Skip to content

Commit

Permalink
Merge pull request #197282 from hairyhenderson/bump-gomplate-4.2.0
Browse files Browse the repository at this point in the history
gomplate 4.2.0
  • Loading branch information
BrewTestBot authored Nov 11, 2024
2 parents bb21e35 + 2b8d8c1 commit 25e332c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/g/gomplate.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gomplate < Formula
desc "Command-line Golang template processor"
homepage "https://gomplate.ca/"
url "https://github.com/hairyhenderson/gomplate/archive/refs/tags/v4.1.0.tar.gz"
sha256 "6f2481f8e57e5bc0301a8e9234008997649a6076f866bbec6d30bee8c93aa6e6"
url "https://github.com/hairyhenderson/gomplate/archive/refs/tags/v4.2.0.tar.gz"
sha256 "3f7c58978a4fb8944223018a5da7cb664ad9864206f4a1ba469619e1b5c74992"
license "MIT"
head "https://github.com/hairyhenderson/gomplate.git", branch: "main"

Expand All @@ -12,14 +12,12 @@ class Gomplate < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7f54ee5dbd15945f5a6ca4a88c1d6cbdb7adaa05663e5bcf2bfbc7514e80ef2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2f727ddc32701fcb7c44e94c146998bcae3155e5542536aa65e9da1cbd7a1c3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b4b21d75709d75ec7164c31801d7610168a63ea3c606994209a4648e95ccaf9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e0401459ace21ca5b25f04d129a4b8f48c5b9fb8c46aecd12124b2059b73dd85"
sha256 cellar: :any_skip_relocation, sonoma: "d1a6be71ab8f828078f27bfa4536c37992452bba6306931c15546a70ce0a3035"
sha256 cellar: :any_skip_relocation, ventura: "57acb0b98fe9a50a442d3153ae74a83ddfb41934d1f23172ca80561b3b77eae8"
sha256 cellar: :any_skip_relocation, monterey: "030adc882b1ce35c328b8d44708f765b76dbd9b609f0aed1c9e200c4e789dbdb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fba294d67e3e1cddbf5332bce359e26822a8c1f8d555cf9e2e2ac5f940a67924"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1bb9c5ab71cf2fd5d5f6deea7ba320d5f429391a85b779acabc5ab3e87b04e94"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4db2259686c2904f34e45ef21af0114d3207337c867aeeee3c8810786eb0fec4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1e94a2ded3df4a5d60447ecf7d506056440398b690062ba124f87dce9dd36294"
sha256 cellar: :any_skip_relocation, sonoma: "5b7bcc3459cf7308e8b9de218159da76e2e7c0d98622f2e3b9cd8396804c8eee"
sha256 cellar: :any_skip_relocation, ventura: "88b3460f516fbaa64310fb9c98c64387b395f82bb011f6898b50c5bb171426f4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "de57bdfb52abc7f90a929f8b73c120cf0e4e8123ee7198c140f71990c5ff9137"
end

depends_on "go" => :build
Expand Down

0 comments on commit 25e332c

Please sign in to comment.