diff --git a/Formula/spice.rb b/Formula/spice.rb index 7a275f0..509e8e1 100644 --- a/Formula/spice.rb +++ b/Formula/spice.rb @@ -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 = "6d83e6e051a913ebf93ad1d28ecb8c35016f89f6e067c8c5d3466fab3cf7b00e" +$linux_x86_64_sha256 = "a28a84514d7022017c2a809a0d33c8b797c0cf1d173333fd1741f68c9e0d3dfb" +$linux_aarch64_sha256 = "dcae14a81fd67f286e0fd88cd9cceca0ded8ca5ff0cf1eba7daecc559bf82bc7" class Spice < Formula desc "Spice.ai CLI" homepage "https://#{$pkg}" url "https://#{$pkg}" - version "v1.11.5" + version "v1.11.6" revision 1 os = `uname`.strip.downcase diff --git a/Formula/spiced.rb b/Formula/spiced.rb index 6dbc11d..103f178 100644 --- a/Formula/spiced.rb +++ b/Formula/spiced.rb @@ -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 = "5baffe04ac3d2bd126492136575033912ce5a8fdb2ce64b31b6112f336938309" +$linux_x86_64_sha256 = "42b537e5f856db7ec1579d6ef0cdbc272eb1802ca6027235d0009efc19ceb3a2" +$linux_aarch64_sha256 = "e73363edc8ca1bf957dc0d31683521d492ab73148a8be18e8bab6ef52b75a2f5" 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 "v1.11.6" revision 1 os = `uname`.strip.downcase