diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 93d8460..3f5c270 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/v2.0.2.tar.gz" - sha256 "faf14b90c70b4016fc4c8bbba13215770ec39411e8bdb15a9748557a912b5c2d" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v2.1.0.tar.gz" + sha256 "09c19262c73db6877763c5f318f954529392f4278e09f77112a22789c98ce6a3" license "Apache-2.0" head "https://github.com/risingwavelabs/risingwave.git", branch: "main" @@ -23,8 +23,8 @@ class Risingwave < Formula depends_on "python@3.12" resource "connector" do - url "https://github.com/risingwavelabs/risingwave/releases/download/v2.0.2/risingwave-v2.0.2-x86_64-unknown-linux-all-in-one.tar.gz" - sha256 "51c8d0ba295c2d0747d8e8cafc908a65a8db26b62ee9883c589d8dc356359459" + url "https://github.com/risingwavelabs/risingwave/releases/download/v2.1.0/risingwave-v2.1.0-x86_64-unknown-linux-all-in-one.tar.gz" + sha256 "2eb0fb03288b1f48d246ebb3cfd2bf2c8950358f25e18a1e1b0adeffde55ab2a" end # Mitigate "argument list too long" error when linking. @@ -55,7 +55,7 @@ def install # If we `depends_on "llvm" => :build`, it will somehow corrupt the resolution of the C++ # compiler when building `cxx` crate. Didn't investigate further. inreplace ".cargo/config.toml" do |s| - s.gsub!(/"-Clink-arg=.*ld64.lld",?/, "") + s.gsub!(/"-Clink-arg=.*lld",?/, "") end # Enable building embedded dashboard.