From b7a081368e4cabad0e91e7afa0ad439f21e69f0d Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Tue, 21 May 2024 11:24:16 +0800 Subject: [PATCH] risingwave 1.9.0 --- Formula/risingwave.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 39d24f9..d44e5d1 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -1,8 +1,8 @@ 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.8.1.tar.gz" - sha256 "bb4c2a7c6bcc3f8509e1ae25a06cf12bfec87f52bbc2a1e3e840bdea77e76353" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.9.0.tar.gz" + sha256 "199ed77a97785e3126ff594c145881e80af82d7c1ecf2da249bb0201d9c546b8" license "Apache-2.0" head "https://github.com/risingwavelabs/risingwave.git", branch: "main"