Skip to content

Commit b21f810

Browse files
author
Spice Bot
committed
Update Formula for version v1.11.4
1 parent 62ad169 commit b21f810

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 = "b10a3805e6804c3e899c55906f8a3c6f4a4dc159342ffbfeed0fcf05d796a875"
3-
$linux_x86_64_sha256 = "f753c1c1417c843f9e9731b7def0a2efa9b2cf93f0c0fc5c54ce178e36d01620"
4-
$linux_aarch64_sha256 = "0c91ccd57f211bf072c8e0e562708791b935c47270cddc5ba074eea7dc6f4326"
2+
$darwin_aarch64_sha256 = "3ffea6bcb52a5456360c9f5f58f8a51455618992770222f4161232cb4333eb61"
3+
$linux_x86_64_sha256 = "be0d88bd80c17f8a624124b77ea4964a342f38a174f0978d5e09e1abc0624811"
4+
$linux_aarch64_sha256 = "cf9416f4fd2b9c8b211405c58d42c6814727c1bb38f48c38656b37df8e150d26"
55

66
class Spice < Formula
77
desc "Spice.ai CLI"
88
homepage "https://#{$pkg}"
99
url "https://#{$pkg}"
10-
version "v1.11.3"
10+
version "v1.11.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 = "0bb16ce1f24a38ee205c5ddf1dd7db5842e410a58dc0ee2161e2cb49235f3674"
3-
$linux_x86_64_sha256 = "2b0309f87195f1ae49a0f73d612a62d48839307c6c2091b4fceb7e39adcb3842"
4-
$linux_aarch64_sha256 = "57b16ef20f59cae4af6e43b5bcc0efce2099885b09834bcff0d409c25e84682e"
2+
$darwin_aarch64_sha256 = "1ee0c974c3d3b7cdf642bdba79a1b5eacd27f73f107498354f4885c9e1f3bad1"
3+
$linux_x86_64_sha256 = "4d6919d6706de6cf0737c8a3b8bf05e08ca0c98a0b3d263c5f84af271320c8db"
4+
$linux_aarch64_sha256 = "83e3e264f76ed144f386bdcd7f67210778576f2ee45c4c3071ce1ac5e766dabb"
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.11.3"
10+
version "v1.11.4"
1111
revision 1
1212

1313
os = `uname`.strip.downcase

0 commit comments

Comments
 (0)