Skip to content

Commit ab87209

Browse files
authored
Merge pull request #255685 from Homebrew/bump-talhelper-3.0.41
talhelper 3.0.41
2 parents c4a4bcd + c7f19f7 commit ab87209

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/talhelper.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Talhelper < Formula
22
desc "Configuration helper for talos clusters"
33
homepage "https://budimanjojo.github.io/talhelper/latest/"
4-
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.39.tar.gz"
5-
sha256 "678a83b139a53419cb3c8b78f2485be5163735db8feceb389dc8d805373b5b67"
4+
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.41.tar.gz"
5+
sha256 "33a8f6ac0404d6e38d7aa5d010ac4b6fe0172b54175af70108486fbad2f95072"
66
license "BSD-3-Clause"
77
head "https://github.com/budimanjojo/talhelper.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "988ca6454ab0c8b2439d4cb8c620ee6b4e08d1278de2caa3f91f57777cd73f19"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "988ca6454ab0c8b2439d4cb8c620ee6b4e08d1278de2caa3f91f57777cd73f19"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "988ca6454ab0c8b2439d4cb8c620ee6b4e08d1278de2caa3f91f57777cd73f19"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b24811689cb65bed48c3a8650e588776410e2115a908dd9e743d66bf1248ca71"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "227a8b552f721d467d0e49996cb7c3ae9d415859523147ebfa907ee59a3f0a57"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "907ffb967a6fda6e4035fe3ecb10ac62b2b7227a1832163de038e1d2904421f9"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "edc1e690535ed94eaee7053e2aceb8c614f13d8d8a29c2a485925c687e7d41c9"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "edc1e690535ed94eaee7053e2aceb8c614f13d8d8a29c2a485925c687e7d41c9"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "edc1e690535ed94eaee7053e2aceb8c614f13d8d8a29c2a485925c687e7d41c9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e9d418f840494ab78f7785689167d81daebfa56bfb7df419f713742e57e98a8d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "369fff9c234e8f962745500f415f807b01410b6f61110879db949459e4fdab42"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2471801697d8555639d2f0537ac58a19384cf6170c1939fcb8d22d6c3698332"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)