Skip to content

Commit 51a3551

Browse files
authored
risingwave 1.8.0 (#34)
1 parent c9944c8 commit 51a3551

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Formula/risingwave.rb

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Risingwave < Formula
22
desc "Distributed SQL database for stream processing"
33
homepage "https://github.com/risingwavelabs/risingwave"
4-
url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.7.0.tar.gz"
5-
sha256 "139d9b0947618ce711000b0a22bb05a0e3ce90f103e8f2f7e573dee485c2a6ad"
4+
url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.8.0.tar.gz"
5+
sha256 "b0d58a749b3f6eb375ddee232fb6954ad110c958420dbbfb0e7db76416778668"
66
license "Apache-2.0"
7-
revision 1
87
head "https://github.com/risingwavelabs/risingwave.git", branch: "main"
98

109
bottle do
@@ -19,11 +18,10 @@ class Risingwave < Formula
1918
depends_on "rustup-init" => :build
2019
depends_on "java11"
2120
depends_on "openssl@3"
22-
depends_on "xz"
2321

2422
resource "connector" do
25-
url "https://github.com/risingwavelabs/risingwave/releases/download/v1.7.0/risingwave-v1.7.0-x86_64-unknown-linux-all-in-one.tar.gz"
26-
sha256 "aca4affd6fadf33b927d4945d9bfffb73ed4af528aa99b758903600352ac1321"
23+
url "https://github.com/risingwavelabs/risingwave/releases/download/v1.8.0/risingwave-v1.8.0-x86_64-unknown-linux-all-in-one.tar.gz"
24+
sha256 "341fd43fe75535732e67f11dee544cf309b30a30ad76370a6d5313dc6a5147e5"
2725
end
2826

2927
def install

0 commit comments

Comments
 (0)