Skip to content

Commit

Permalink
Update Formula for version v0.19.4-beta (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Spice Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Spice Bot authored Oct 31, 2024
1 parent 887e0ec commit 92f3141
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Formula/spice.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$pkg = "github.com/spiceai/spiceai"
$tags = %w()
$darwin_aarch64_sha256 = "cb58f5481d7ed92c9bfb7a5407ec2b8d729600521d7075327a950675d8fe9c59"
$darwin_x86_64_sha256 = "bd59243143a3f6adccd54837581305f4ad5d3015438e6834151268d378a2208b"
$linux_x86_64_sha256 = "905637b46a7e2cacf4f5e2dbb8f6177917736b26fa0876e3c253bc4bc608e904"
$darwin_aarch64_sha256 = "59f811981605a1a3fca438b2bd0fdee82974752a17d71ded49d4e06c1275ba21"
$darwin_x86_64_sha256 = "a866cdf2162dae8e64cf800fcd72d9cf92def7f23745ebc4f4b7aa6bb60c74db"
$linux_x86_64_sha256 = "43d06f9efd473fb926f3ce123377870347a87c04141d901b47bb582252d57fe6"

class Spice < Formula
desc "Spice.ai CLI"
homepage "https://#{$pkg}"
url "https://#{$pkg}"
version "v0.19.3-beta"
version "v0.19.4-beta"
revision 1

if OS.mac?
Expand Down
8 changes: 4 additions & 4 deletions Formula/spiced.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$pkg = "github.com/spiceai/spiceai"
$tags = %w()
$darwin_aarch64_sha256 = "312ba9633d8b1b95cc32f5c70cb13713e6b0cb6425f76a830ccc345db9b7e93c"
$darwin_x86_64_sha256 = "9f356307c145a65641bbac82bdf31d62eb3bdbd96dbda19697251ee9f9211329"
$linux_x86_64_sha256 = "e6e6285867962d7aa03d25b7f57184476f82142c14400204fbb5da7cfd1def0f"
$darwin_aarch64_sha256 = "19f33faf9694d47027468f3ff8afac20c93e3535badd30e70e74a69d9b75823f"
$darwin_x86_64_sha256 = "bc11cd79e09f086161e69c3aece0a22305dad764553fb0da3883f89da7ae2126"
$linux_x86_64_sha256 = "8cf4589c02f86e5eddabc7e51be71de5563367f553cef67509e9a54b90576750"

class Spiced < Formula
desc "A unified SQL query interface and portable runtime to locally materialize, accelerate, and query data tables sourced from any database, data warehouse, or data lake."
homepage "https://#{$pkg}"
url "https://#{$pkg}"
version "v0.19.3-beta"
version "v0.19.4-beta"
revision 1

if OS.mac?
Expand Down

0 comments on commit 92f3141

Please sign in to comment.