Skip to content

Commit

Permalink
Merge pull request Homebrew#162258 from BrewTestBot/bump-talhelper-2.1.0
Browse files Browse the repository at this point in the history
talhelper 2.1.0
  • Loading branch information
BrewTestBot authored Feb 11, 2024
2 parents 1f60557 + 7caabbb commit 09a34a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/t/talhelper.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Talhelper < Formula
desc "Configuration helper for talos clusters"
homepage "https://github.com/budimanjojo/talhelper"
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v2.0.3.tar.gz"
sha256 "9e496f8f42818123f413869b03f84898f10e5f46992e3de48ded89da339f5f3b"
homepage "https://budimanjojo.github.io/talhelper/latest/"
url "https://github.com/budimanjojo/talhelper/archive/refs/tags/v2.1.0.tar.gz"
sha256 "9ae040c6dcd07e2874c0d67cc1fefc104a9812bc4693b1bfb0f1b0501a64da0d"
license "BSD-3-Clause"
head "https://github.com/budimanjojo/talhelper.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "944c3efbf0a2da6f3c379ea07e9307f7108f133f7e48eef7d3135b5b7f641ff2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "01c2a18d1e795a16e77b20b764daee0d042cc0f717a7c08b29e3ae37b2ce9345"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f2183a35663d8ab49e2c0228d0259e8ddabd965e3916ee729cc49cfc7f1d42d3"
sha256 cellar: :any_skip_relocation, sonoma: "b2d8042a3b0aca0f9865a9a501cbbd4516754b254e09d3a1ca7eca7fc6a8258c"
sha256 cellar: :any_skip_relocation, ventura: "cbd64336933ab64276a97c9be55b99a6e60a22099ee19148bf2d228999c9ec6a"
sha256 cellar: :any_skip_relocation, monterey: "c1557a391136c8885e5a7e4ae21ab8c4ffe723f780c6381181e54f25287e8213"
sha256 cellar: :any_skip_relocation, x86_64_linux: "632f28b3757cae7024f741c7703b3fbd9d826b7f84c67e7978625e44c87fd390"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "231b5617f997369afd0288e4289347b3ecba48b10eba7d9dac4dcdb375179657"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4392608315a904c40098a1056cf2d36e458e793a59e3c926b805371adf3ae789"
sha256 cellar: :any_skip_relocation, arm64_monterey: "43d9452f29a4ee98bad4dce540bad00928d037eea642f93acb6da9826e877e62"
sha256 cellar: :any_skip_relocation, sonoma: "26b94317aa114bc3cb313bf96fde7a05b7d3702320ad2d96b9e42cfaa7955cd9"
sha256 cellar: :any_skip_relocation, ventura: "824fcf6ec24010e4500197aa2562a9e6e0433f65b2b6b9d4ca71e2bc28e27261"
sha256 cellar: :any_skip_relocation, monterey: "fc279de2b1264c17d28b89efd4e763cfa6c90300518b4fa66b29fd3b59c5f1cb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca506d567fb3a021ae2ec7d517dfa98658721f65f49d4a22016d01da59e7a0df"
end

depends_on "go" => :build
Expand Down

0 comments on commit 09a34a5

Please sign in to comment.