1
1
class Kamel < Formula
2
2
desc "Apache Camel K CLI"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/apache/camel-k.git" , branch : "main"
8
8
@@ -12,12 +12,12 @@ class Kamel < Formula
12
12
end
13
13
14
14
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments