diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 345da02..99dd9e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v3 with: name: bottles path: '*.bottle.*' diff --git a/Formula/risingwave.rb b/Formula/risingwave.rb index 02548ab..8cd6010 100644 --- a/Formula/risingwave.rb +++ b/Formula/risingwave.rb @@ -1,14 +1,16 @@ 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.6.0.tar.gz" - sha256 "ddd9fd3a3f8ef333dcc2474fb2732787408acbfddcdd3b81216a74056ee9db29" + url "https://github.com/risingwavelabs/risingwave/archive/refs/tags/v1.6.1.tar.gz" + sha256 "7a06fed4eb480572c16718c2c15f0938ad3a29e1bea15a568d673dcd02c428de" license "Apache-2.0" head "https://github.com/risingwavelabs/risingwave.git", branch: "main" bottle do - root_url "https://github.com/risingwavelabs/homebrew-risingwave/releases/download/risingwave-1.6.0" - sha256 cellar: :any, arm64_ventura: "2541d374428a4a988666f85f5a21b4b3122ea619d914179c7c111b5b35b373e3" + root_url "https://github.com/risingwavelabs/homebrew-risingwave/releases/download/risingwave-1.6.1" + sha256 cellar: :any, arm64_ventura: "e6a85ee7b13bdf392be2c061b1ed635520c482583e440d6207ac51fae3206419" + sha256 cellar: :any, ventura: "80e09d56079de6d8b67d3f90e4ffa349fec40c114970f16d9d3da5423a6e9482" + sha256 cellar: :any, monterey: "e266368acc1eee8bc141e0638fb0a939af8779e24eaf1b346b95912e28d5e362" end depends_on "cmake" => :build