diff --git a/Formula/k/kops.rb b/Formula/k/kops.rb index 4f055957c7bd4..cec9805f79fa0 100644 --- a/Formula/k/kops.rb +++ b/Formula/k/kops.rb @@ -1,8 +1,8 @@ class Kops < Formula desc "Production Grade K8s Installation, Upgrades, and Management" homepage "https://kops.sigs.k8s.io/" - url "https://github.com/kubernetes/kops/archive/refs/tags/v1.28.4.tar.gz" - sha256 "755ffbb74f7f0157c18ef16a81f44b170db780ac7ef371e497ebaa6be235440c" + url "https://github.com/kubernetes/kops/archive/refs/tags/v1.28.5.tar.gz" + sha256 "fdd1e9210851215a98e7a07f34afba319c47f5bf01b543bf505b5a6fd07aeb87" license "Apache-2.0" head "https://github.com/kubernetes/kops.git", branch: "master" @@ -12,13 +12,13 @@ class Kops < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d1f8c44b8485e1b6621cc70371f82cf7a99f6dc4262175bd06c425488e8b7ff" - sha256 cellar: :any_skip_relocation, arm64_ventura: "80ee82b769536795024f89058b76ab757faa5d3b61c90b31e3c4d10aac4ca199" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1d6bcd2afb420b1f20a99757e1a1be96e8b4df9322a68818386098edb4bd4a68" - sha256 cellar: :any_skip_relocation, sonoma: "ad9b11fb3e49fda3de48495ac2d212ec02b40f25b8ace3e75453bce43aebc200" - sha256 cellar: :any_skip_relocation, ventura: "fdd4394e55f5bae93b1194775d728989e8d78156384495256fde1948f4fd1f79" - sha256 cellar: :any_skip_relocation, monterey: "e2c0bd685b202df58f625ec96ec39c27ba64a8dca544d3e2400ad76dd278656a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "77e96f7cfca2aa14f76b52cb8b17b0bb1608f22a7b25a9dd51280b83349f2ee4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7864a7e7c95488ed857de4004c78f82ac70dcb0bd1927bfea8674f1c54c598a1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fe9def8e26a00bd8f080343ec8be14f5696060b5722f92ddc453ef05594c3811" + sha256 cellar: :any_skip_relocation, arm64_monterey: "61532940868ffd66896a4d8622849eb102f9a9e6391dca7c0d72fe05d7f1e69b" + sha256 cellar: :any_skip_relocation, sonoma: "ec07b452e773595fa6f299b03f36d850ce26c580749c7d9ec6cef94648967c58" + sha256 cellar: :any_skip_relocation, ventura: "c513352eecab7741170a7969dca283a25fd2ee52d7cc02df582bd4e06028378b" + sha256 cellar: :any_skip_relocation, monterey: "e08acb636ed046b38276ba1ef56d039daa3b64f5c629481d53403d5a785bbc34" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e3f3f8dd3c0116f0424f4ddd91fc9045e6c939d6692f380849c2a631e52289c" end depends_on "go" => :build