Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/spice.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$pkg = "github.com/spiceai/spiceai"
$darwin_aarch64_sha256 = "75ac7b7a90e105409ec52209fdce7b9315464aaac503f21a137be952a3825994"
$linux_x86_64_sha256 = "fe698ecf87589d66014f0c6b7f03d9e7f4583547bd4ab6b89de9f2fbd53b7b44"
$linux_aarch64_sha256 = "cf7b2409cb4649bbd6c6e6243b6f71f286cdc051816dc9e2491e365e9b75e6ea"
$darwin_aarch64_sha256 = "7f83a16f3aa90d9df6d6226cee9e4ffdc45898bb2092c5ee89fb86172a79a329"
$linux_x86_64_sha256 = "c069f598a48d4bcfd6a27fff6842f29af0231791f522ed638c4de180b56ae643"
$linux_aarch64_sha256 = "7c52f8c249084adb4b190cd7b73f7440db05134367ec15556a550a9f28eecbd9"

class Spice < Formula
desc "Spice.ai CLI"
homepage "https://#{$pkg}"
url "https://#{$pkg}"
version "v1.11.5"
version "v2.0.0-rc.2"
revision 1

os = `uname`.strip.downcase
Expand Down
8 changes: 4 additions & 4 deletions Formula/spiced.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$pkg = "github.com/spiceai/spiceai"
$darwin_aarch64_sha256 = "3e93d199531f689732282e0cc0d10a5f9156697bb527e5b86c57ed7e97571d7c"
$linux_x86_64_sha256 = "310e6a3cf4fffae0e1792eaf8d676e38f3a82f4954d2e0d9cd36a2dbcbd56ac0"
$linux_aarch64_sha256 = "bc5e6995cf997fd8b8f088763dd9bdbef6503c03a9781cde06c5164efec20ef9"
$darwin_aarch64_sha256 = "a3e65ffff091c81c17201eaf44736ef1db0d386ff66302c5272764dfb1764b00"
$linux_x86_64_sha256 = "e299e5b4d216d9b7a6305a95f7e5f5ac5dce3cc2f71a1dbb077bb56408667cf9"
$linux_aarch64_sha256 = "cb97d48abb063644015bcc7e71b46eafe11e1f935f0d970ddcddf5eecf0c3cc5"

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.11.5"
version "v2.0.0-rc.2"
revision 1

os = `uname`.strip.downcase
Expand Down
Loading