|
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.36.tar.gz" |
5 |
| - sha256 "60f18116db6966669215a336e9fbdb896a1536b9484d0758ba575905abbab003" |
| 4 | + url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.37.tar.gz" |
| 5 | + sha256 "a3255c994835af1afafa1ac99730d52886a7a9f7b7fcee355505ed93d26ee0dc" |
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_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" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments