Skip to content

Commit

Permalink
Merge pull request Homebrew#199182 from Homebrew/bump-kops-1.30.2
Browse files Browse the repository at this point in the history
kops 1.30.2
  • Loading branch information
BrewTestBot authored Nov 27, 2024
2 parents 5bbeaa5 + 0e25f19 commit b85db9a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kops.rb
Original file line number Diff line number Diff line change
@@ -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.30.1.tar.gz"
sha256 "b454979d042e5f55704ce544ff79e52c236534a031851818f73a8744d0851b1f"
url "https://github.com/kubernetes/kops/archive/refs/tags/v1.30.2.tar.gz"
sha256 "7e70dd6cc80d0e463befa7737c4770165c21952f9e325fcd605639cec1d1f8bf"
license "Apache-2.0"
head "https://github.com/kubernetes/kops.git", branch: "master"

Expand All @@ -12,12 +12,12 @@ class Kops < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96085c1b1a144244b4b887f7968c829de3a3e3b48a79f76f205d8f99ed125cd1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3aa2bbaebd619fe57c82b185e20e518a186837f60c82b73b5c9e2fc829e020de"
sha256 cellar: :any_skip_relocation, arm64_ventura: "54eee998d292d5db46cf998c96a3fe549ac1bcb61f4e8a3718aec649f3fe6228"
sha256 cellar: :any_skip_relocation, sonoma: "d17f738f8b9968511143576d060a7a02f52cf6f01a6c6ba6d5c81ab710a1f40b"
sha256 cellar: :any_skip_relocation, ventura: "7dfb31e36759f06e499204d8128815cca0073d96a8dc0de7c1e55cada74bfacb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c610c525faa1cc85125201e40fbc924b998448194c150af68b078fb9215a37e3"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d7e0bca137dd055e5e67711194a1d7ec6f000dbb9a92b284875eac7dc80d2d3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5daf000c09e5fe875f764abcf6d0f67074d71605af9d3d11dc42d6d4f68c1252"
sha256 cellar: :any_skip_relocation, arm64_ventura: "512214fd94d673bf351f5cc8991dd59332918603ec1f193b0388df0522e73d43"
sha256 cellar: :any_skip_relocation, sonoma: "ec5eb5d017356a0061401e4d29d447e533e78494f7c41b1c6eb9cfb3044f35a1"
sha256 cellar: :any_skip_relocation, ventura: "0d36d075467cbde82f3ce96c197a9f678c56126018304e5a59abb7c4a584a5f3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1eeddcc5d7afd830efbe1bba06c77a14c3846d56a315160b2b01895774d1f88"
end

depends_on "go" => :build
Expand Down

0 comments on commit b85db9a

Please sign in to comment.