Skip to content

Commit

Permalink
bump connector and remove dep on xz
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Apr 5, 2024
1 parent 206adaa commit 979ee8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/risingwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 979ee8f

Please sign in to comment.