Skip to content

Commit

Permalink
Merge pull request #204575 from Homebrew/bump-talhelper-3.0.15
Browse files Browse the repository at this point in the history
talhelper 3.0.15
  • Loading branch information
BrewTestBot authored Jan 17, 2025
2 parents 970afcc + 488deb6 commit 9295793
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/talhelper.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Talhelper < Formula
desc "Configuration helper for talos clusters"
homepage "https://budimanjojo.github.io/talhelper/latest/"
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.14.tar.gz"
sha256 "5ca1f0a938c8f7e99e50504c6d1b1e43a6c048fcd14a12f18e10ad4e023e44f5"
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v3.0.15.tar.gz"
sha256 "f30a90c908bdaf0d338b02673c5b8dc0a083435729bd5124efe659ce2e661488"
license "BSD-3-Clause"
head "https://github.com/budimanjojo/talhelper.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7091b1a591102cb5c8381d0bbb0c26f6ab4f28e2d1de4a1fb0ab4a20d4de33ea"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7091b1a591102cb5c8381d0bbb0c26f6ab4f28e2d1de4a1fb0ab4a20d4de33ea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7091b1a591102cb5c8381d0bbb0c26f6ab4f28e2d1de4a1fb0ab4a20d4de33ea"
sha256 cellar: :any_skip_relocation, sonoma: "9e4999112cf002bd5c54f1da172892a610ade336dafb010c9520d41d0722253e"
sha256 cellar: :any_skip_relocation, ventura: "9e4999112cf002bd5c54f1da172892a610ade336dafb010c9520d41d0722253e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3cd62ce267684588a297567a344517a47885c7900d2331d9dd3ece052294cf15"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6f30a82a7e7a371ae1f07456c397ecc50f7945b790202c24d5662fd4d7b0a43"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6f30a82a7e7a371ae1f07456c397ecc50f7945b790202c24d5662fd4d7b0a43"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d6f30a82a7e7a371ae1f07456c397ecc50f7945b790202c24d5662fd4d7b0a43"
sha256 cellar: :any_skip_relocation, sonoma: "a807e4a72ddff0bf3885895f896d66f8f37d7c65571afce904728dfd7e3915ab"
sha256 cellar: :any_skip_relocation, ventura: "a807e4a72ddff0bf3885895f896d66f8f37d7c65571afce904728dfd7e3915ab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "95451fe5412f81b6d427514c9b07a9927fb0129b406072272a55dab93488c5b4"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9295793

Please sign in to comment.