Skip to content

Commit fd0d9bb

Browse files
author
Spice Bot
committed
Update Formula for version v1.9.0-rc.4
1 parent 3d34182 commit fd0d9bb

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 = "6ccf846bb5ea550f0018d03d92face1ea4fd5adec97ca2bd88dde4384c9d1b67"
3-
$linux_x86_64_sha256 = "3096f3614e08bfef45a5eae8eaca06a1a17519746d3b7815509470c2de8f05bc"
4-
$linux_aarch64_sha256 = "d5da8c277fc9668b879ddf4020a924fd4d7d96dc2907b4546bd37250ca48e93c"
2+
$darwin_aarch64_sha256 = "2dd3ad4742152199516bbb69043dabda11cbdcf0fa8744b331052e043c15fa9f"
3+
$linux_x86_64_sha256 = "789ff6127fadcccc2752e2b1f4bc752f373c91cdbdac21913c181479e448c0d0"
4+
$linux_aarch64_sha256 = "99cd96a1a9c9fdbbe020443222f75577a58a104e5644ee5e137e47441b599e37"
55

66
class Spice < Formula
77
desc "Spice.ai CLI"
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.9.0-rc.2"
10+
version "v1.9.0-rc.4"
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 = "ca967be79c5013a46af46481a2fa252f43b2ce9f79d4dfbaeaca1f94a4a4a5bc"
3-
$linux_x86_64_sha256 = "5dbc5215ab7b4bc6ab034dc97fe03e308c499596b9734df0ac9cdf3ead11aefd"
4-
$linux_aarch64_sha256 = "7e8236799646d1ebbe7323a0a33543c87e991dada567609aeca2993fa0bddcd7"
2+
$darwin_aarch64_sha256 = "e7d7dbf638a7efb5fff8f279cc10fbc51c691c563e3afdd68538aea9719e4dfd"
3+
$linux_x86_64_sha256 = "c32f65a952e106dd90a5bd081d54357a294698721badb9c9fa5b53a0b6178616"
4+
$linux_aarch64_sha256 = "f76b74d14dabf18ae25c9a72c9092d92c10c24ed7cbb73c5283c39216ed79d73"
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.9.0-rc.2"
10+
version "v1.9.0-rc.4"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)