File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
class Risingwave < Formula
2
2
desc "Distributed SQL database for stream processing"
3
3
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 "
6
6
license "Apache-2.0"
7
- revision 1
8
7
head "https://github.com/risingwavelabs/risingwave.git" , branch : "main"
9
8
10
9
bottle do
@@ -19,11 +18,10 @@ class Risingwave < Formula
19
18
depends_on "rustup-init" => :build
20
19
depends_on "java11"
21
20
depends_on "openssl@3"
22
- depends_on "xz"
23
21
24
22
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 "
27
25
end
28
26
29
27
def install
You can’t perform that action at this time.
0 commit comments