diff --git a/Formula/spice.rb b/Formula/spice.rb index c96ea2c..198b2be 100644 --- a/Formula/spice.rb +++ b/Formula/spice.rb @@ -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? diff --git a/Formula/spiced.rb b/Formula/spiced.rb index 3733078..d681fc8 100644 --- a/Formula/spiced.rb +++ b/Formula/spiced.rb @@ -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?