Skip to content

Commit a8c9f27

Browse files
github-actions[bot]Spice Bot
andauthored
Update Formula for version v1.8.0 (#77)
Co-authored-by: Spice Bot <spice-bot@spice.ai>
1 parent 7092fed commit a8c9f27

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 = "2bd404f042e883180ae5d135982791917948c45e549ac3e9bcedcfd7c0a493b8"
3-
$linux_x86_64_sha256 = "820014f7e23a8193d345e7f135ce08f60d34737ba47e3d9c6305ddbb68a49c0d"
4-
$linux_aarch64_sha256 = "d03d49a2638ccdcea1e93965cb628e207286d092611c1c3af7166a79d62cdd7e"
2+
$darwin_aarch64_sha256 = "0eaed7a9d1675a97db5e0b6efe2b45a351b8a9ec4f2ffe46e7d402016cc7ff66"
3+
$linux_x86_64_sha256 = "0f1565ac7a73fffa0d4680bef2cb1296f43f827c2dbb92d6c84a1d77de84ce1c"
4+
$linux_aarch64_sha256 = "a32f1037aac5badace5991a553868c52e815f92ccb1fcb807e5d32b591b1acbf"
55

66
class Spice < Formula
77
desc "Spice.ai CLI"
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.7.1"
10+
version "v1.8.0"
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 = "0a57f6af6a1821eb1dcbc1b37c855d5e45e7d3484ec458b0ded5950f3ab328a1"
3-
$linux_x86_64_sha256 = "a6d06490060bc37be50e8675bcbd2c5c86a9109680a95bbd82747a78164c424a"
4-
$linux_aarch64_sha256 = "3a6a0971f0c894c401e0169b262d966c5d3511a24e194e5986bec1500a7ca32f"
2+
$darwin_aarch64_sha256 = "425fc9cf0308521b131b2f40c3dbe4e2ac4ff8c89e611ef887cb6b35dcaf23fe"
3+
$linux_x86_64_sha256 = "abda51ffb9157b8710fa3ae0929343dcc01cd2ead4fe30756899939359029f82"
4+
$linux_aarch64_sha256 = "09ecc0ebf26d5f0ed03c7807a195be7ed55643ccbbdbeee884a420f0c5864332"
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.7.1"
10+
version "v1.8.0"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)