|
1 | 1 | class Talhelper < Formula
|
2 | 2 | desc "Configuration helper for talos clusters"
|
3 | 3 | 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" |
6 | 6 | license "BSD-3-Clause"
|
7 | 7 | head "https://github.com/budimanjojo/talhelper.git", branch: "master"
|
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments