Skip to content

Commit

Permalink
Merge pull request #172590 from Homebrew/bump-kubecm-0.29.0
Browse files Browse the repository at this point in the history
kubecm 0.29.0
  • Loading branch information
BrewTestBot authored May 23, 2024
2 parents 2d8d256 + 81beac8 commit 1bd6738
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kubecm.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Kubecm < Formula
desc "KubeConfig Manager"
homepage "https://kubecm.cloud"
url "https://github.com/sunny0826/kubecm/archive/refs/tags/v0.28.0.tar.gz"
sha256 "aeeb81c979ad2134746f8affbb377fd0fef1f62ebe70ace931fbde1a844b540b"
url "https://github.com/sunny0826/kubecm/archive/refs/tags/v0.29.0.tar.gz"
sha256 "05230e893ff0c989c4429ced3c1dca9b1590e2b54701966f68d57fac65d8e11d"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5222e19430b9ec819f9c0ee8d436b926f7f31596b4a5a13079ed869add3d639d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a2ec194c4f3eda5772223877f1b8b2dfd3b3d3812352114ba496e40287afe097"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1cb10d055bbd10ccf8928fc6b7a87c092f9ff23d2c58d78e467a0694eed4185e"
sha256 cellar: :any_skip_relocation, sonoma: "5fc26ddcbc00b2586955fd42959e52a8dcbcaa4c333009aaa3dcc8da310ecb36"
sha256 cellar: :any_skip_relocation, ventura: "d1dc159e999da85bb11690261ee7a8202c7b0f8b686e3c36ec2095e58ab38fe3"
sha256 cellar: :any_skip_relocation, monterey: "fe9f741ebdc364b5fc1b4589a43bcc79d8706677f9d5e7e2cbd597d5da29dfda"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f516787aa3fb70f0b5f47c7984e887917d3029d242f12cc49703dc0886e04f53"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "534609622a7a10d059ceba42df151adf9fb55222fc0a4aa53be9848d44a4c9b9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2705f53edde93b5fcd560143edd08d8906ce41f152c26a31de1df8e9d5cce96b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "542df18211d3da795ba9e2c3f3016aa9b58444b59c7cf78ad78e618f90167449"
sha256 cellar: :any_skip_relocation, sonoma: "6e969a6f223edc6578f04fd95a6279146bd63b765414e5c0252ef16bc7d3ade7"
sha256 cellar: :any_skip_relocation, ventura: "0c609924051e7358406a9800c45b6242938801029b29667955a98d89390c4b8c"
sha256 cellar: :any_skip_relocation, monterey: "e094c1f20b16d6d70836b64f1faf58185316238ae312473584d98f2a655005a0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ef12880c662a2751cbe59a432d9d909682938007563e8f21b64142fa54bc2fc"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1bd6738

Please sign in to comment.