From 1956daf51c7123792a4e5134c92205be4c67f626 Mon Sep 17 00:00:00 2001 From: xxchan <37948597+xxchan@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:49:05 +0000 Subject: [PATCH] risingwave: update 1.6.0 bottle. --- Formula/risingwave.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 55c623f..de38e5a 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -7,8 +7,8 @@ class Risingwave < Formula head "https://github.com/risingwavelabs/risingwave.git", branch: "main" bottle do - root_url "https://github.com/risingwavelabs/homebrew-risingwave/releases/download/risingwave-1.5.4" - sha256 cellar: :any, arm64_ventura: "42b2a0e73635e7602f19b8749a5d1df8fb8e1ba5ff0aa343666e3644b90e6750" + root_url "https://github.com/risingwavelabs/homebrew-risingwave/releases/download/risingwave-1.6.0" + sha256 cellar: :any, arm64_ventura: "2541d374428a4a988666f85f5a21b4b3122ea619d914179c7c111b5b35b373e3" end depends_on "cmake" => :build