From d99330c9ddaafe871ed291282b1862a6366e3659 Mon Sep 17 00:00:00 2001 From: peasee <98815791+peasee@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:51:21 +1000 Subject: [PATCH] chore: Release stable --- Formula/spice.rb | 6 +++--- Formula/spiced.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/spice.rb b/Formula/spice.rb index e2f5cbc..20ebca4 100644 --- a/Formula/spice.rb +++ b/Formula/spice.rb @@ -1,14 +1,14 @@ $pkg = "github.com/spiceai/spiceai" $tags = %w() -$darwin_aarch64_sha256 = "df27c3422014018f326ab8c33b53c7e5d3fd9968b199af22be705db2b1fa9a1a" +$darwin_aarch64_sha256 = "df55cf5c77bdec4f1b38d98e5b71f7703abe0d388f2b5eabbac6fe96a88a70f0" $darwin_x86_64_sha256 = "2537b42b9c1fc2b436380ea12539bfdec4d7695aeaf27735709b915cd11d3291" -$linux_x86_64_sha256 = "8e0cbd2e6d2b71a61265e5a11034aa8fa7be2cc28c0467dc67e1b6c90e682975" +$linux_x86_64_sha256 = "37746e2d3af345a7af970310d2c6d42a6d7646f55fa5e4cc4db28f0e8f60658e" class Spice < Formula desc "Spice.ai CLI" homepage "https://#{$pkg}" url "https://#{$pkg}" - version "v1.0.0-rc.5" + version "v1.0.0" revision 1 if OS.mac? diff --git a/Formula/spiced.rb b/Formula/spiced.rb index 8b7d748..c6531da 100644 --- a/Formula/spiced.rb +++ b/Formula/spiced.rb @@ -1,14 +1,14 @@ $pkg = "github.com/spiceai/spiceai" $tags = %w() -$darwin_aarch64_sha256 = "bcb1a7261074166c1e83a802ef295d77c0576de22dbd4b7a28d18f2e83a11c09" +$darwin_aarch64_sha256 = "affbd177427b83c682bc9e2b2ff1fe2b84d3a75e0a20c5f9036b994a69d48707" $darwin_x86_64_sha256 = "acd2268c5df56ee7a601bbc4c5670d34a6c8dea3731f17183351458d56c3575b" -$linux_x86_64_sha256 = "0af115046fb56a35346e23ee029fc3d43f2f208e4224af23678e7a8a92cdbc9d" +$linux_x86_64_sha256 = "3804e0180f64185f7c0ea86db66f7c828dada704c0475be7d2779e4427d77975" 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.5" + version "v1.0.0" revision 1 if OS.mac?