From fb9282ce5ef45786d3eeb554ef4b16f57719c4ef Mon Sep 17 00:00:00 2001 From: xxchan Date: Wed, 18 Oct 2023 15:53:36 +0800 Subject: [PATCH] risingwave 1.3.0 --- Formula/risingwave.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 375cab4..3abe94d 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.2.0.tar.gz" - sha256 "8dc4e3997941a31b3ff08ac0be760cbdcb840b8e40dcc99b40c2eafe346e034c" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.3.0.tar.gz" + sha256 "a0109dcf4e6909bcf25ac2d65c33bfe7c81facdbf1f8e8add7c6eab09006cbe1" license "Apache-2.0" head "https://github.com/risingwavelabs/risingwave.git", branch: "main"