diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index f012d16..93d8460 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -7,8 +7,9 @@ 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-2.0.0" - sha256 cellar: :any, arm64_ventura: "66bae737f803b8c212713a1a82d29b8ba4175742a9ad49cdffda995a999822c5" + root_url "https://github.com/risingwavelabs/homebrew-risingwave/releases/download/risingwave-2.0.2" + sha256 cellar: :any, arm64_ventura: "d57f709d736854c43eecad9bb73171fbcdb3875d96763a05076f8592f5441ef9" + sha256 cellar: :any, ventura: "150f149906b662d3cb2256574061d7c6bef86697da9edf6e6cfcd2fb398e65d7" end option "with-dev-profile", "Build with dev profile"