Skip to content

Commit 53bc160

Browse files
authored
Merge pull request #247135 from Homebrew/bump-talhelper-3.0.37
talhelper 3.0.37
2 parents df5eae3 + 785af96 commit 53bc160

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/t/talhelper.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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.36.tar.gz"
5-
sha256 "60f18116db6966669215a336e9fbdb896a1536b9484d0758ba575905abbab003"
4+
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.37.tar.gz"
5+
sha256 "a3255c994835af1afafa1ac99730d52886a7a9f7b7fcee355505ed93d26ee0dc"
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: "d15eccb11d131de875496ca18bdcd11e3f665f1253a9de9a457084a8c46b1c6d"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d15eccb11d131de875496ca18bdcd11e3f665f1253a9de9a457084a8c46b1c6d"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d15eccb11d131de875496ca18bdcd11e3f665f1253a9de9a457084a8c46b1c6d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "35f77f5543f343de908a2254eee3d832ff45dbded60501197fcb3d4ff03b1064"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f56ce30ed0707893f7d9bdb1d27ca478ca9783f13c98277d8ccef4df262b81c5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "de4e44e91aeb8004f4cc0faa989e4c851e6553ac32ea923e3ae1a982e9d363c5"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de4e44e91aeb8004f4cc0faa989e4c851e6553ac32ea923e3ae1a982e9d363c5"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de4e44e91aeb8004f4cc0faa989e4c851e6553ac32ea923e3ae1a982e9d363c5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "49164ce31b37982e21909348d84e996b684d80b81415f099e918278586c3ea3d"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d779dbd05aaec24fb99a917fbe55a128ab5e7555a8064e0d2c8b3240b35b0f5"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)