Skip to content

Commit

Permalink
Merge pull request Homebrew#178883 from Homebrew/bump-kubectl-cnpg-1.…
Browse files Browse the repository at this point in the history
…23.3

kubectl-cnpg 1.23.3
  • Loading branch information
BrewTestBot authored Jul 29, 2024
2 parents 017c1dd + 56118e2 commit 933387b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kubectl-cnpg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class KubectlCnpg < Formula
desc "CloudNativePG plugin for kubectl"
homepage "https://cloudnative-pg.io/"
url "https://github.com/cloudnative-pg/cloudnative-pg.git",
tag: "v1.23.2",
revision: "4bef841286ef84c4b435a6204a7ee632e1d4fb57"
tag: "v1.23.3",
revision: "2b489ad6a0b5013af1534adc282592a15aaf9869"
license "Apache-2.0"
head "https://github.com/cloudnative-pg/cloudnative-pg.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c23cb712a0255d302896c4deadbd2786f31707e7607e53394f3430ee38841ef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0dd3a730a93a6f78c90963ea6719d4597744dd7c723500b594d460a714802510"
sha256 cellar: :any_skip_relocation, arm64_monterey: "90e80871edab957c755ddb79f50a696e793dc655ed63955761f826b6ad0efd88"
sha256 cellar: :any_skip_relocation, sonoma: "0a1cb0961c1c2161ace3cb52ca55f8cf40705a38ed794bb1867f0afec4a8964e"
sha256 cellar: :any_skip_relocation, ventura: "d9a8afc77daa568337cbb1e4a7cfcde04a0e536be86e4e59218ad37cc168cb1a"
sha256 cellar: :any_skip_relocation, monterey: "19c158aaaad842a055a56cad753732331818ae3b20ca479041bb3aea6dc5a229"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a8a61ce931522783d219315f4cd70da0541b6729e6abeeadd3d8dbb9eb00d60"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb9d30ef5a60b16ff6bc83bf6be54599b9fd2069de38ebc824323685c5a95c43"
sha256 cellar: :any_skip_relocation, arm64_ventura: "db3096a74819008179381b643f53ed47c692ed40bd8a1b85315d30aa1b4c91ff"
sha256 cellar: :any_skip_relocation, arm64_monterey: "740073de332592ab9a476c374fd90338198e9e21a6c1b7a3f9faf769fe7bd9dc"
sha256 cellar: :any_skip_relocation, sonoma: "30e5c93cb2ca444c33deba382383545f7da44d36321ec6862ba02718b8c8acfc"
sha256 cellar: :any_skip_relocation, ventura: "d8e2e590b71378b06c1c61ee8ac3dfdfa43523b818930c36b625f0666ff964e9"
sha256 cellar: :any_skip_relocation, monterey: "745333e61c8a896c818cf0483a02e502beb55bcf8463ed9cd43fa69dfd289d9c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "07a4b130da83cc9e400617c27073cd152decb55406e0ceeaa01891946d06457e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 933387b

Please sign in to comment.