From b33d25fad8abe814fcd15a532d526ec2307d35f7 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 5 Apr 2024 10:58:19 +0800 Subject: [PATCH 1/2] risingwave 1.8.0 --- Formula/risingwave.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index bab4b9b..0cdb45e 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -1,10 +1,9 @@ class Risingwave < Formula desc "Distributed SQL database for stream processing" homepage "https://github.com/risingwavelabs/risingwave" - url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.7.0.tar.gz" - sha256 "139d9b0947618ce711000b0a22bb05a0e3ce90f103e8f2f7e573dee485c2a6ad" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.8.0.tar.gz" + sha256 "b0d58a749b3f6eb375ddee232fb6954ad110c958420dbbfb0e7db76416778668" license "Apache-2.0" - revision 1 head "https://github.com/risingwavelabs/risingwave.git", branch: "main" bottle do From 147745da2fc2b8846db957d890db68a5b9c41e4a Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 5 Apr 2024 12:26:16 +0800 Subject: [PATCH 2/2] bump connector and remove dep on xz Signed-off-by: Bugen Zhao --- Formula/risingwave.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 0cdb45e..5b69484 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -18,11 +18,10 @@ class Risingwave < Formula depends_on "rustup-init" => :build depends_on "java11" depends_on "openssl@3" - depends_on "xz" resource "connector" do - url "https://github.com/risingwavelabs/risingwave/releases/download/v1.7.0/risingwave-v1.7.0-x86_64-unknown-linux-all-in-one.tar.gz" - sha256 "aca4affd6fadf33b927d4945d9bfffb73ed4af528aa99b758903600352ac1321" + url "https://github.com/risingwavelabs/risingwave/releases/download/v1.8.0/risingwave-v1.8.0-x86_64-unknown-linux-all-in-one.tar.gz" + sha256 "341fd43fe75535732e67f11dee544cf309b30a30ad76370a6d5313dc6a5147e5" end def install