Skip to content

Commit 0663fbd

Browse files
author
Spice Bot
committed
Update Formula for version v1.8.3
1 parent be60ccd commit 0663fbd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/spice.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
$pkg = "github.com/spiceai/spiceai"
2-
$darwin_aarch64_sha256 = "2e8d226822c3cee1d6b9efd97566e1c04982b95b3ec6aa323bc482700d3ab1b1"
3-
$linux_x86_64_sha256 = "538fa6c197f37d468ea4df70bf4d9179d592de515dabb750ac698e1fb3c9bdfa"
4-
$linux_aarch64_sha256 = "87e768743fe4d4e1af0ef05fc7664d83efeccc164c0e6ff73cf224c532a61103"
2+
$darwin_aarch64_sha256 = "aedbfb6a04e8f8e2fc12fc60d02b3ccc233fe8c412a3b13dece88ec4f6c24474"
3+
$linux_x86_64_sha256 = "9765ee13621839181129bd39953745876bd90283355226444de374484c0e8725"
4+
$linux_aarch64_sha256 = "0078797de189bd9c600885f58c58db6736dc81203be5686e28da0b34a465d557"
55

66
class Spice < Formula
77
desc "Spice.ai CLI"
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.8.2"
10+
version "v1.8.3"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

Formula/spiced.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
$pkg = "github.com/spiceai/spiceai"
2-
$darwin_aarch64_sha256 = "0ae2cc8826c3b5d58489ffb485b342feb3db53dfb3d258b2c6cc0035f911a54b"
3-
$linux_x86_64_sha256 = "411147ea6aab82e6abb4859d7ff3dfc61015e36d6d360ed9e1d4d84c4b1438cc"
4-
$linux_aarch64_sha256 = "60ebeb334fddd4c4e9f509376c53d4f59f58467f57e9f35eb4557f155d1ea700"
2+
$darwin_aarch64_sha256 = "bc232aeb595346c409989d36faf417d51960e87ce5bf1c0e35b23ff357d75889"
3+
$linux_x86_64_sha256 = "1e51fba14be790a8ae30afb159dd14c0343bd9bc2597fb1f7565642cc624b91b"
4+
$linux_aarch64_sha256 = "d8597c91debd17e078ee118ed6500a798460640573723292be53951b17753aeb"
55

66
class Spiced < Formula
77
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."
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.8.2"
10+
version "v1.8.3"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)