Skip to content

Commit a2400ac

Browse files
authored
Merge pull request Homebrew#206546 from Homebrew/bump-kubefirst-2.8.1
kubefirst 2.8.1
2 parents 4cdfa7b + 8679c76 commit a2400ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kubefirst.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kubefirst < Formula
22
desc "GitOps Infrastructure & Application Delivery Platform for kubernetes"
33
homepage "https://kubefirst.konstruct.io/docs/"
4-
url "https://github.com/konstructio/kubefirst/archive/refs/tags/v2.8.0.tar.gz"
5-
sha256 "abf3aff89317d5bb3f7184244a79d3ce3793bd337aa60601309946477c0a9bc7"
4+
url "https://github.com/konstructio/kubefirst/archive/refs/tags/v2.8.1.tar.gz"
5+
sha256 "3b8acebb3f314e365d16a74e9a3ea5e03b709ac6d289e403c162c11da4fad7d3"
66
license "MIT"
77
head "https://github.com/konstructio/kubefirst.git", branch: "main"
88

@@ -14,12 +14,12 @@ class Kubefirst < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5675ac9e71f6112dca2b95a3242576e05b27637dc3ea7cc33b4d377df2cfa665"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2feceed16b369291ecb0f330f02e94a80176e0624e55213da8f2637ca3e45fad"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0851535f886b116188538cec68423c17339fea773a9d9b11e5101c5bc83b0247"
20-
sha256 cellar: :any_skip_relocation, sonoma: "80194ce9539cd3e84738e7efffdbcd04eef6a96c2cc9a01fcb11158fcac2dec1"
21-
sha256 cellar: :any_skip_relocation, ventura: "05856ae9b889bfba5a41d3721b05b5cc2786d5f9033c436723750251da2f27d2"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "af92e1f8dc13d34ef77d3d28739553a7af6a11f6c90c7bcf83f29d96c1131808"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c606e20b59e29281059bc744d674bfae73cd02596001d3979add9af3977780f2"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f08a1b43face50d4a3bd991a548745e561d0c83233cedef511c60c7298f4fee4"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3754a87615ddd1a770d709f259026cc4b148cbc23d152d99712100cfc428c27c"
20+
sha256 cellar: :any_skip_relocation, sonoma: "d11c871e52c0f1454d8779b042ca61c1e520a4eda8017af4b32cf3a7a5378f89"
21+
sha256 cellar: :any_skip_relocation, ventura: "64579a6e5dfbac15eb61d1715ea8416a5c8ffd18f86ea560abe56d91ce9d77e9"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "da6b913b8b6e7137d114b7c1abdc70d39b315d8f8a3a404cd45391b4da23cfe9"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)