Skip to content

Commit 6a5fa9f

Browse files
author
Spice Bot
committed
Update Formula for version v1.1.2
1 parent 9a716d3 commit 6a5fa9f

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 = "7cb9433ba213af2fb2efb27fc59d7237f8ba1056dc2a829b103a687a580929f1"
3-
$linux_x86_64_sha256 = "d9c6ef24cf7eab6c7e4ec95eea45d293f5a7ed118a0fc7e12e7cab0fedf05cb2"
4-
$linux_aarch64_sha256 = "ea26b1ef76e758ba94fc5edaa1d29366c7f26426ef037def1afdecf87a65995f"
2+
$darwin_aarch64_sha256 = "9986bf9e537fb122cad62bbe733a4dcc4ef1e4ff486c63442e5d289076e925a2"
3+
$linux_x86_64_sha256 = "e5ddcd012c743eedfcd79b4d988d3c07e3929b8ec5509bf400ab202428ba2aff"
4+
$linux_aarch64_sha256 = "13342cb54d3239df96065218ef4903070f1a0f8902efc6cfbcd8916e2f88dd15"
55

66
class Spice < Formula
77
desc "Spice.ai CLI"
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.1.1"
10+
version "v1.1.2"
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 = "deb414e32d43d826a8c2109472ad98938010410a4af95fd90c69c94cc0f28c4a"
3-
$linux_x86_64_sha256 = "4dfa1d81dc0bbe61cd07b449100c5ea9f1375ffb559359cc11600da2f22404bf"
4-
$linux_aarch64_sha256 = "28489e66da3c44b39a7990117e5e63f3c3416ac4c1da87c6bc4a70dbe6215565"
2+
$darwin_aarch64_sha256 = "16427d3ce3655fd8fa8c0ef10930b8c1888c6b7f1c25d1cf6b110f4c7d504b55"
3+
$linux_x86_64_sha256 = "8f347fee11a6ed1747fff1778bd7908134a695862d402744154731e8b8443463"
4+
$linux_aarch64_sha256 = "2353e7de47451fce04a56d67c64314f185b4f249e05d0225401819efea246422"
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.1.1"
10+
version "v1.1.2"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)