From 5bef12d205f7f68901e9f45f1ee8fe3b6c81d207 Mon Sep 17 00:00:00 2001 From: xxchan Date: Fri, 10 Nov 2023 11:34:59 +0800 Subject: [PATCH] risingwave 1.4.0 Closes #17. Signed-off-by: xxchan <37948597+xxchan@users.noreply.github.com> --- Formula/risingwave.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 8be8c73..8dc1057 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.3.0.tar.gz" - sha256 "a0109dcf4e6909bcf25ac2d65c33bfe7c81facdbf1f8e8add7c6eab09006cbe1" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.4.0.tar.gz" + sha256 "cd02d8a831501e07e5343fd2aeeb4ad287a0f4c2949a7c91e4abdb68689c66df" license "Apache-2.0" head "https://github.com/risingwavelabs/risingwave.git", branch: "main"