diff --git a/Formula/k/kops.rb b/Formula/k/kops.rb index 45b5e0870a0f2..a77239b42a797 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.29.2.tar.gz" - sha256 "0e3d5e367cd7ced41a8499ec45c3d90fa2c3852f758aa737d8f925089f702e77" + url "https://github.com/kubernetes/kops/archive/refs/tags/v1.30.0.tar.gz" + sha256 "16e8cc80a6d4403baba7c56a76807be48ef6add32172e3c80c58f17bffdef3f7" 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: "b1b0eb4b327e6b33c9d5a92906e1bcb090a1d752dc258552647bae4e6279347f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ae469d12e679e72a8bdfbf23417975b1ea5d53b75c857c4965e1f105554454f8" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7bdf24dd55dfbc01e0b9905b73bf21a4535dec39a57a66b9c2116f4597530af9" - sha256 cellar: :any_skip_relocation, sonoma: "db96ce563d1955cce9c1cadaf25fdc11e59b5ae065b4f53928556cadb98a61a0" - sha256 cellar: :any_skip_relocation, ventura: "ed1ae6d6a1db35c4e242b767890fc02b48f248aeb8e99a43d045d5694a644c88" - sha256 cellar: :any_skip_relocation, monterey: "c8a1cf19fe7c23b5c5ad4606b051f3ea7d099721fa157762153b262238e68e5f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "864f3cb6bf175210b0b19d3dc821aa8067f95fc1ff6c26a80e599277cc1e7bfd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "27c8e94a0d9bd8b49395e1961db29af7aed84e8e9f287526accc778c6bf42614" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1f36425cc9292e4e99e06840958493a0c94ee8d0952a2f6c77c6aeb690244804" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4e185c45a6b75794c2b88dcbb02e61580a970415840fa4f10156e84e413a4004" + sha256 cellar: :any_skip_relocation, sonoma: "c9a8c8c7e9b9fe9ee80ae48f92b868a6e20ba382720bed456818ad5b1110b686" + sha256 cellar: :any_skip_relocation, ventura: "e3417f17964b61b273ec7a6955c606ca56df9f23615af2ff31a21f515c4bcc5e" + sha256 cellar: :any_skip_relocation, monterey: "6fb041230bcbce1add07eddda0d9490f9279b16ec208873ad1f0ce044d42185f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "821c07d350ef194e4f6c02e0236bd71a503ef303747b131c5b8d2b9c74462836" end depends_on "go" => :build