Skip to content

Commit

Permalink
Update due to new 0.18.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov committed Sep 24, 2024
1 parent e163d27 commit 9d6dd45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Formula/spice.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$pkg = "github.com/spiceai/spiceai"
$tags = %w()
$darwin_aarch64_sha256 = "8acb5e1f5a33c1f24c025dfb64e932f0e83c93b25f652561084044f748d449da"
$darwin_x86_64_sha256 = "eaad0b83689f4633214bf7d97f1a9c9fd6d6e4a76ae1f24ccee528534908bf6c"
$linux_x86_64_sha256 = "577b39d45af40d3c6c1b2c83df432b89de6d1ffdecf49507b76744ccc11ac0b7"
$darwin_aarch64_sha256 = "4266773d8697a0a655ac5ad3e7ed05243cf09a7ad4d412ff56649cf3399ee700"
$darwin_x86_64_sha256 = "256f77610ef71f3895fa24ff689c285226d8f1a82f923c34502c7f5ece0f41f7"
$linux_x86_64_sha256 = "518aa944ae2349a18ec588a3098a524394eeeecb4420ad83fea4888a3ce84242"

class Spice < Formula
desc "Spice.ai CLI"
Expand Down
4 changes: 2 additions & 2 deletions Formula/spiced.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$pkg = "github.com/spiceai/spiceai"
$tags = %w()
$darwin_aarch64_sha256 = "5006f83fd1efcde2d939399c15049f679e94a138a04b641f6946f0d7ac0a2c61"
$darwin_x86_64_sha256 = "b95bb4a28f0e846e11163ab5172b1a761c48d0b1f265abe451dab902b715d4d2"
$darwin_aarch64_sha256 = "fa14cfe3e2b9a64124780218645cf3968ea1735f8d2d9184629675ea6622a627"
$darwin_x86_64_sha256 = "cbdb219d73b7bc1e14949aece512b224802d83c1fd39c3ab955cfccba816be38"
$linux_x86_64_sha256 = "7f5a2a459713d1a743d54bcbb614bd7938c2846b733963de6b2accec9c08466c"

class Spiced < Formula
Expand Down

0 comments on commit 9d6dd45

Please sign in to comment.