Skip to content

Commit 7e1316b

Browse files
authored
Merge pull request #228084 from Homebrew/bump-kumactl-2.11.1
kumactl 2.11.1
2 parents 8a58066 + 495107c commit 7e1316b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kumactl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kumactl < Formula
22
desc "Kuma control plane command-line utility"
33
homepage "https://kuma.io/"
4-
url "https://github.com/kumahq/kuma/archive/refs/tags/2.11.0.tar.gz"
5-
sha256 "1887e12a27b779d41111347bc5181573165cf6063bbcd622b50977d26c4e2a59"
4+
url "https://github.com/kumahq/kuma/archive/refs/tags/2.11.1.tar.gz"
5+
sha256 "0a18d919efdbaae3ca725aa9c33fe7441e99d7ba230b84145f90018f1c00b267"
66
license "Apache-2.0"
77
head "https://github.com/kumahq/kuma.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Kumactl < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a14f8ecde3f956668c5a413efefaf62901e1af6bae83675be8192036ad93acb4"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aec60ed322e4f7ad6646aefb1ba2393828d4c140a5b59a32d21cab24b3e2d100"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "92444fb885e08878477ef32998a416570f72af94b8ae29286315d447a02be728"
18-
sha256 cellar: :any_skip_relocation, sonoma: "c9f9e0982545ca3da856771202859e5e6ddc6d90ec5e0a31d4dd4638bfb72ff2"
19-
sha256 cellar: :any_skip_relocation, ventura: "d2f8381c0148b4c8691707a4c488ae9f19a0ba1fe69d88355cc892f7fa65da79"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "75e6fd85da20ffcb92ebdb1e883380826e071ba1f0113a892b6f8d214bf7cff2"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "12ff3e10dfa59342a442b1715a109ef50eddcb7b5cade3076070e64227d90841"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c4f1bfb0df2d031e9654f993768f7c9fb31ed2a5229a8d40e5836a3c84c775c"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "58087a53877d636c419376fdc64255b452656ea0686c2fbef1c10a505f1eac4a"
18+
sha256 cellar: :any_skip_relocation, sonoma: "af2e194eeb1599bc7399fe82089306aedfd026d8b4df9cb59b53d70655a7beb1"
19+
sha256 cellar: :any_skip_relocation, ventura: "6b185e4e7fc82c73915f142af2d88ecd5798a759b86ae6bdfe3b331319a13019"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1b55821da8620dfce86232ea8ba12674a76050ea52090239d3b9eb224686755"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)