Skip to content

Commit 57b4c26

Browse files
authored
Merge pull request #208264 from Homebrew/bump-kamel-2.6.0
kamel 2.6.0
2 parents 192262d + 1f0b03e commit 57b4c26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kamel.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kamel < Formula
22
desc "Apache Camel K CLI"
33
homepage "https://camel.apache.org/"
4-
url "https://github.com/apache/camel-k/archive/refs/tags/v2.5.1.tar.gz"
5-
sha256 "79fa72a94a05720e179bd669181ceaed37aca24d6ae6fe82f3b7638882029f40"
4+
url "https://github.com/apache/camel-k/archive/refs/tags/v2.6.0.tar.gz"
5+
sha256 "64cbac848a8dc789062718ec8bc55e51fc95d176587c0c11719560d4d6d22304"
66
license "Apache-2.0"
77
head "https://github.com/apache/camel-k.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "12933050090c7c96a7bc0b0a11a486050f26b14fd56fd4f663f1d84e9f032b81"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "12933050090c7c96a7bc0b0a11a486050f26b14fd56fd4f663f1d84e9f032b81"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "12933050090c7c96a7bc0b0a11a486050f26b14fd56fd4f663f1d84e9f032b81"
18-
sha256 cellar: :any_skip_relocation, sonoma: "51d29ee632a4a2309086b0e5e4d13a5df27fe1bd881b3d77a900c4f29edc42bc"
19-
sha256 cellar: :any_skip_relocation, ventura: "51d29ee632a4a2309086b0e5e4d13a5df27fe1bd881b3d77a900c4f29edc42bc"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "942e1b341f9cfe7517eabc15c4ab3de262f035e06dc78026c8b327c13c9aa6e5"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0cb6f257d777d5a16c296a1d2f99b072f797930884a08984baf2f6174420329"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0cb6f257d777d5a16c296a1d2f99b072f797930884a08984baf2f6174420329"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0cb6f257d777d5a16c296a1d2f99b072f797930884a08984baf2f6174420329"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6f7272988866ceefaa6f9877bdd6cabdbdcc7b35a163c2deb4235fefd8cd3988"
19+
sha256 cellar: :any_skip_relocation, ventura: "6f7272988866ceefaa6f9877bdd6cabdbdcc7b35a163c2deb4235fefd8cd3988"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "93d45b6b754b21fdd7ad23ed720227b918d5fd74d2897323c800e7e7417c26f6"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)