Skip to content

Commit

Permalink
Merge pull request #205771 from Homebrew/bump-kops-1.31.0
Browse files Browse the repository at this point in the history
kops 1.31.0
  • Loading branch information
BrewTestBot authored Jan 28, 2025
2 parents e576a0a + edc9959 commit 5d89aea
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.3.tar.gz"
sha256 "35aed72e9c693d30ecc6a3d4dad054b5c1bbf616dafecb66f4cdb22db6d7b11e"
url "https://github.com/kubernetes/kops/archive/refs/tags/v1.31.0.tar.gz"
sha256 "6687c727bdd71246de400676e6e67885c93d398f0e45a3b82678cdf5306f0394"
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: "5a71f602bb1d5e7e13e2c97ca26693fe960f0a6dd450a7adf2dd67fa4f6e07b6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4277ee6fef2229ca72196f9a38516b2b2e78e967d2808ba23a32e9e98e37717"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d1d1759b18600af1e327bc259786ea3442c6be55db636294d00fdcd719c1afbf"
sha256 cellar: :any_skip_relocation, sonoma: "daddba192751396a73512ecb8bea73b9f4dfad4f17a2b42b1523a2ef5aa54217"
sha256 cellar: :any_skip_relocation, ventura: "d5636bbaa077576b67a18c2f8773aeddd0da7ed3fc5951838ade124ebaf95e5b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1290ef930ae52110b53a4205492cc37a18e6b9533ce21b36509d871b971763b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "90aa555089355545b2ee0eb2cbe1620702788be8fb56a43f69dc82b3abf0efe9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "612d14180651d082f1a0827bbdffcf101b8a84bef431abe501b0156efab5ae1c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d12c4dd89b31639208e19c00202c36284b305949732f72535d00a325b7b17f9e"
sha256 cellar: :any_skip_relocation, sonoma: "9fd9650885b9c9fe60cafdf12f4de3f3f6e17638c301e44c6106388a0afaecf1"
sha256 cellar: :any_skip_relocation, ventura: "395a35c5bf453f323d7f1e1f85e95c18d6020c4f6f6d15c17b50608d65b7744b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9d8719838d0b38957785ec0a793ea18042c847c27a730e90d41088127df92e0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5d89aea

Please sign in to comment.