From 40dc5bc7e9ccb47e3443fcca3efba77c4d089120 Mon Sep 17 00:00:00 2001 From: xxchan Date: Thu, 28 Dec 2023 20:07:29 +0800 Subject: [PATCH] risingwave 1.5.4 --- Formula/risingwave.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 79ddd70..5de0e3a 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.4.0.tar.gz" - sha256 "cd02d8a831501e07e5343fd2aeeb4ad287a0f4c2949a7c91e4abdb68689c66df" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.5.4.tar.gz" + sha256 "558356116d408465d6311332c31a7e6d3466dd63b03636755072fb27d0b5649c" license "Apache-2.0" head "https://github.com/risingwavelabs/risingwave.git", branch: "main"