Skip to content

Commit

Permalink
Update Formula for version v1.0.2 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Spice Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Spice Bot authored Feb 5, 2025
1 parent db767a0 commit 78c5aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Formula/spice.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$pkg = "github.com/spiceai/spiceai"
$tags = %w()
$darwin_aarch64_sha256 = "c37c7af81f991bc85c0f99e877a3e70d04dc385b22d58b94c5154f1156807dd1"
$darwin_aarch64_sha256 = "597effaf13b48c77c6e7b042281999b3e7fbdaeaf11507b342c12f3b1e544996"
$darwin_x86_64_sha256 = "2537b42b9c1fc2b436380ea12539bfdec4d7695aeaf27735709b915cd11d3291"
$linux_x86_64_sha256 = "d030cf6b67c86900ade34972000d850f7c50535b0817210a02ee6dffd42a9679"
$linux_x86_64_sha256 = "902aa02f0f69332593084b01db1dc85d9afe1956099dc02d544dc479dec5716b"

class Spice < Formula
desc "Spice.ai CLI"
homepage "https://#{$pkg}"
url "https://#{$pkg}"
version "v1.0.1"
version "v1.0.2"
revision 1

if OS.mac?
Expand Down
6 changes: 3 additions & 3 deletions Formula/spiced.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$pkg = "github.com/spiceai/spiceai"
$tags = %w()
$darwin_aarch64_sha256 = "ec182e6c91804a0cfa2e934c40d128f03a29ad7ae27dded2d0449a7b761d66e9"
$darwin_aarch64_sha256 = "1ad56f546a9c927d3b015ba63cd67e0af415a5bc573ea5ee3d8968e33e3cd455"
$darwin_x86_64_sha256 = "acd2268c5df56ee7a601bbc4c5670d34a6c8dea3731f17183351458d56c3575b"
$linux_x86_64_sha256 = "31b9920f81736898683af31688ec1fb4967c77ec4f7cad9e49cc103b24654e00"
$linux_x86_64_sha256 = "b53b9c783cf0235202481c246a91ad2bcad4877fd0652c3c0f7a535868cfe156"

class Spiced < Formula
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."
homepage "https://#{$pkg}"
url "https://#{$pkg}"
version "v1.0.1"
version "v1.0.2"
revision 1

if OS.mac?
Expand Down

0 comments on commit 78c5aaa

Please sign in to comment.