Skip to content

Commit f15af6b

Browse files
author
Spice Bot
committed
Update Formula for version v1.2.0
1 parent 1220540 commit f15af6b

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 = "9986bf9e537fb122cad62bbe733a4dcc4ef1e4ff486c63442e5d289076e925a2"
3-
$linux_x86_64_sha256 = "e5ddcd012c743eedfcd79b4d988d3c07e3929b8ec5509bf400ab202428ba2aff"
4-
$linux_aarch64_sha256 = "13342cb54d3239df96065218ef4903070f1a0f8902efc6cfbcd8916e2f88dd15"
2+
$darwin_aarch64_sha256 = "442fc038854beb048ce54d073253509340536ba55db1cfa14742aea544ce0a79"
3+
$linux_x86_64_sha256 = "3d71cf37d6a26b6bbdc320d530ca2c662ddd7c68b43a3bcc1272254d468fb44d"
4+
$linux_aarch64_sha256 = "da7c7b5e41c9715372237a90fdd31aec485c9b38a500ebf464f54b9b38898bb5"
55

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

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)