Skip to content

Commit d93d1f5

Browse files
github-actions[bot]Spice Bot
andauthored
Update Formula for version v1.6.0 (#73)
Co-authored-by: Spice Bot <spice-bot@spice.ai>
1 parent 6b212f7 commit d93d1f5

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 = "de82379e0a5310dd76c4cfd22795379d5fd9558ba2475a6cd941ed47b5c253c5"
3-
$linux_x86_64_sha256 = "4e6eabfcb4673cc1f3bb2c819eb2b49d2c8f1bb79f4a0e4756a60075b69a0397"
4-
$linux_aarch64_sha256 = "83e32bae279d5dfe4d8c09cd839e4f72fb9724c5d5d1621357981307c81817ee"
2+
$darwin_aarch64_sha256 = "60e1772e0b8bf4f180d96c77d25f6eaf38647b75aa15221c1ca425e9119da825"
3+
$linux_x86_64_sha256 = "328274023f7cea1e8e773cc2ba12767eae36b54727ef8179d0001a5370076526"
4+
$linux_aarch64_sha256 = "800885d9f7d306345bb4349c2529b531772bc8e9b5fca3906b3635a29b4b39e5"
55

66
class Spice < Formula
77
desc "Spice.ai CLI"
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.5.2"
10+
version "v1.6.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 = "c9963819ca91b513c5de18820de45862741ca6ad6fa62b2331d91f4b371d29bd"
3-
$linux_x86_64_sha256 = "faac835cbf595f917f601b96f098703181a42a9ccf88cf50c2cab7552d2434c4"
4-
$linux_aarch64_sha256 = "11b8f783850150d5772222ddb2704bed26e9f0749b601d281c0da320cd815564"
2+
$darwin_aarch64_sha256 = "71b3aafc200f352c09f847d70d1ca8e73cf3a8576f7cfa127400ec250cb383f1"
3+
$linux_x86_64_sha256 = "0c0b3773e38b5b4b89ec15f473bed826c6196ca6fb03d2ff16c062ce52bd2ce1"
4+
$linux_aarch64_sha256 = "655f312b2ecf003265cc88b382fea72e36a8d23cd61abfef012a0b76455410ad"
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.5.2"
10+
version "v1.6.0"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)