Skip to content

Commit 9fd8d07

Browse files
authored
Merge pull request #210760 from Homebrew/bump-talhelper-3.0.21
talhelper 3.0.21
2 parents dbfe019 + ad1ac38 commit 9fd8d07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/talhelper.rb

+8-8
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.20.tar.gz"
5-
sha256 "bb2d51fc7dc0d0991a4193d53f07b64f302ea03f9b0f30c936edce082afa1baf"
4+
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.21.tar.gz"
5+
sha256 "4ec52428117a00e0fef829416a435f5ede839431b74f751c8d5f7d6b96b46df6"
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_sequoia: "377e436c0341a63c69e33b76699a0ebe8343963b14ee5d8b5a28ebf7fe3a6414"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "377e436c0341a63c69e33b76699a0ebe8343963b14ee5d8b5a28ebf7fe3a6414"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "377e436c0341a63c69e33b76699a0ebe8343963b14ee5d8b5a28ebf7fe3a6414"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1e6ed0bf369621f926808587cee2ce36c45ca31267d9e6dd005e775e79ceff89"
14-
sha256 cellar: :any_skip_relocation, ventura: "1e6ed0bf369621f926808587cee2ce36c45ca31267d9e6dd005e775e79ceff89"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "20ce760ff2e7c72e4a2ad61c990f664924efbaa2a74d7f65d5bd3f7fe7fffc6f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2698163a3680b48e3c048a7498ad8226af42c1f0dec3bb7b8796d29f2c7ad2a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2698163a3680b48e3c048a7498ad8226af42c1f0dec3bb7b8796d29f2c7ad2a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d2698163a3680b48e3c048a7498ad8226af42c1f0dec3bb7b8796d29f2c7ad2a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4f2eefa855be9e50150766c7346451acfad87617a8998dafbcbe87aa94ffde9c"
14+
sha256 cellar: :any_skip_relocation, ventura: "4f2eefa855be9e50150766c7346451acfad87617a8998dafbcbe87aa94ffde9c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "133f43df89fb35cc0db4df43a25de3f5b935d30e5fcafdfd16a6a09ccd2fe20f"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)