|
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.39.tar.gz" |
5 | | - sha256 "678a83b139a53419cb3c8b78f2485be5163735db8feceb389dc8d805373b5b67" |
| 4 | + url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.41.tar.gz" |
| 5 | + sha256 "33a8f6ac0404d6e38d7aa5d010ac4b6fe0172b54175af70108486fbad2f95072" |
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: "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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments