Skip to content

Commit

Permalink
chore: Release rc2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
peasee authored Dec 17, 2024
1 parent 99f60a4 commit 006e031
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 = "ec9c8ccabff1a41b88f286075b3e887089faab0aca187f9ba97a442ecf290c01"
$darwin_x86_64_sha256 = "b2927b8118aaf308d5fd6a6b37ccf8cb550a5a064020523b65c78100849de24b"
$linux_x86_64_sha256 = "38e7ac9a7c0d8019b96d7f3ea3b0f1425557ef1a70f2a23bbb9749fd06a8eb11"
$darwin_aarch64_sha256 = "3e081287c1c3459b5459d6b9cf52bbf4edd38b3a48aa730e6d51fc3a63b06acb"
$darwin_x86_64_sha256 = "bac9a957520f94acffcea865a23d0d569c0d3393e7aa319965c795f86d063985"
$linux_x86_64_sha256 = "c9e7f05cfae662bda38263fcf0b2f0cab910b498f506f0ecf027c69b95c02771"

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

if OS.mac?
Expand Down
8 changes: 4 additions & 4 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 = "5e6a7c9680226f63546b94d457284ce49a8f0a19c9ee31015d03951e54a31b14"
$darwin_x86_64_sha256 = "5662acdf44966780eae6394c3050b7fccf624d3b82494b5e6a7dbc31a759361f"
$linux_x86_64_sha256 = "aacd85f4beffdd6a2a6ab2baf3ae17fe74ad82f4d1eb315262fb83043ea5e946"
$darwin_aarch64_sha256 = "07206a067d990cdef154e9a81f9fdd37a2baecb52d8a4eda23f407ba856deaa4"
$darwin_x86_64_sha256 = "94737a27c6a9e2e46c7fa056fd06fef96897776db3a905b6241fe38e4da59df4"
$linux_x86_64_sha256 = "2cad76a16b5c4b4efb37524f619e67e39928b748a53f39b446686d635bfad5c9"

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

if OS.mac?
Expand Down

0 comments on commit 006e031

Please sign in to comment.