diff --git a/.github/workflows/update-formula-version.yaml b/.github/workflows/update-formula-version.yaml index 120a976..d5be53b 100644 --- a/.github/workflows/update-formula-version.yaml +++ b/.github/workflows/update-formula-version.yaml @@ -33,7 +33,7 @@ jobs: - name: "Update the version of yugabytedb formula" id: update-yb-formula run: | - .ci/update_formula_version.sh "${yb_version}" + .ci/update_formula_version.sh "$yb_version" - name: "Run brew audit on changed formula files" id: run-audit run: | @@ -51,7 +51,7 @@ jobs: git status git diff git add ${{steps.update-yb-formula.outputs.modified_files}} - git commit -m "Update the version to ${{ yb_version }}" - branch_name="update-${{ yb_version }}-${{github.run_id}}" - git push origin ${{ github.ref }}:${{ branch_name }} - echo "The modified files are pushed to https://github.com/${{github.repository}}/tree/${{ branch_name }}" 1>&2 \ No newline at end of file + git commit -m "Update the version to $yb_version" + branch_name="update-$yb_version-${{github.run_id}}" + git push origin ${{ github.ref }}:$branch_name + echo "The modified files are pushed to https://github.com/${{github.repository}}/tree/$branch_name" 1>&2 \ No newline at end of file diff --git a/Formula/yugabytedb.rb b/Formula/yugabytedb.rb index 0fc6877..600f4d2 100644 --- a/Formula/yugabytedb.rb +++ b/Formula/yugabytedb.rb @@ -1,9 +1,9 @@ class Yugabytedb < Formula desc "High-performance distributed SQL database Yugabyte DB" homepage "https://www.yugabyte.com/" - url "https://downloads.yugabyte.com/releases/2024.1.0.0/yugabyte-2024.1.0.0-b129-darwin-x86_64.tar.gz" - version "2024.1.0.0" - sha256 "986ce002f94c74ef1e67e68ae3ef0e9c01bc49a4091730ad541b046800ec18c0" + url "https://downloads.yugabyte.com/releases/2024.1.2.0/yugabyte-2024.1.2.0-b77-darwin-x86_64.tar.gz" + version "2024.1.2.0" + sha256 "39f91d8b66fe87f383a4403bbb37350164146d7985518db27048c5b2cbb0567e" license "Apache-2.0" depends_on "python@3.9" diff --git a/Formula/yugabytedb@2.18.rb b/Formula/yugabytedb@2.18.rb index bbabeb7..9587eaa 100644 --- a/Formula/yugabytedb@2.18.rb +++ b/Formula/yugabytedb@2.18.rb @@ -1,9 +1,9 @@ class YugabytedbAT218 < Formula desc "High-performance distributed SQL database Yugabyte DB" homepage "https://www.yugabyte.com/" - url "https://downloads.yugabyte.com/releases/2.18.5.2/yugabyte-2.18.5.2-b1-darwin-x86_64.tar.gz" - version "2.18.5.2" - sha256 "fe8a8b07d27aa91637f38b976e91cc35d7a575d134707b3d18cc4ce12cbed6e5" + url "https://downloads.yugabyte.com/releases/2.18.9.0/yugabyte-2.18.9.0-b17-darwin-x86_64.tar.gz" + version "2.18.9.0" + sha256 "1b8fcda02d7c16cc2c73b045fa603fde8b2a073fe9c3d3b71a1303c3f834941d" license "Apache-2.0" keg_only :versioned_formula diff --git a/Formula/yugabytedb@2.20.rb b/Formula/yugabytedb@2.20.rb index 2d318de..f667181 100644 --- a/Formula/yugabytedb@2.20.rb +++ b/Formula/yugabytedb@2.20.rb @@ -1,9 +1,9 @@ class YugabytedbAT220 < Formula desc "High-performance distributed SQL database Yugabyte DB" homepage "https://www.yugabyte.com/" - url "https://downloads.yugabyte.com/releases/2.20.4.0/yugabyte-2.20.4.0-b50-darwin-x86_64.tar.gz" - version "2.20.4.0" - sha256 "54c7651ea6544cf1e160bed3c3d55f2f71c5f26f6b801759e78f8c45c4b2c966" + url "https://downloads.yugabyte.com/releases/2.20.6.0/yugabyte-2.20.6.0-b66-darwin-x86_64.tar.gz" + version "2.20.6.0" + sha256 "58b82a29fe834d797a368efb33d64ebf0ebf3dd3ad345c3337611960077b9447" license "Apache-2.0" keg_only :versioned_formula diff --git a/Formula/yugabytedb@2.21.rb b/Formula/yugabytedb@2.21.rb index 2689e42..4425a2c 100644 --- a/Formula/yugabytedb@2.21.rb +++ b/Formula/yugabytedb@2.21.rb @@ -1,9 +1,9 @@ class YugabytedbAT221 < Formula desc "High-performance distributed SQL database Yugabyte DB" homepage "https://www.yugabyte.com/" - url "https://downloads.yugabyte.com/releases/2.21.0.1/yugabyte-2.21.0.1-b1-darwin-x86_64.tar.gz" - version "2.21.0.1" - sha256 "08d4e5c3e7961a61f8858f172a7aec493183fbe483cd3d2efbc6b2b15e40b673" + url "https://downloads.yugabyte.com/releases/2.21.1.0/yugabyte-2.21.1.0-b271-darwin-x86_64.tar.gz" + version "2.21.1.0" + sha256 "14ec8f387a1cb2688ce316f52063cecbe3446f0051ee5fc989d9bb67d00401ea" license "Apache-2.0" keg_only :versioned_formula