Skip to content

Commit

Permalink
Merge pull request #175901 from hairyhenderson/bump-gomplate-4.0.1
Browse files Browse the repository at this point in the history
gomplate 4.0.1
  • Loading branch information
BrewTestBot authored Jun 28, 2024
2 parents c8462e9 + 3ec7072 commit dcd8d67
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.0.0.tar.gz"
sha256 "284437746f190da7453b73393b37bf6f8d7e68cfa1b0b2b5336596bcf99798af"
url "https://github.com/hairyhenderson/gomplate/archive/refs/tags/v4.0.1.tar.gz"
sha256 "77647480ea3d67402a36d3c0ce64ffef9b230e8c89fa2f0e055814e6a76b45b5"
license "MIT"
head "https://github.com/hairyhenderson/gomplate.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4601b7cf3a326817fe03081692a7a4c4c508eba712a10bbc9e895ef1fb269041"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d683ee96adfbb08068d53f1b08fdd5ad0a41d099234bce51525f24c9ca1a23cd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "481b1775499d7de1e3bf3be583a96cb201a4834e50c2c11fea4dc507d6e28fd0"
sha256 cellar: :any_skip_relocation, sonoma: "7b9cbb066dc2d2cdd686ef74214b1943bef88a3933922c7105699695fc08fb07"
sha256 cellar: :any_skip_relocation, ventura: "3a4109c8be777bead46845e14580dbeafc1234350a3375b1b1456c2a2a21e1a6"
sha256 cellar: :any_skip_relocation, monterey: "8d56cdcfdc64b8fb979f429b3d377671911cd2ee38a79d9d5a595dfe2e7a7fa7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8271d4b1a03edad7e875e6416487df11a4b603a7684f83c102f516dc03d0ff0b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "017850cbe7669f2e4052b2bd56129d600badf0d65579411693a1ed9bcd357f80"
sha256 cellar: :any_skip_relocation, arm64_ventura: "19dca12ae9368b6c531e032e7be43cc0c0098ecd66d502f33e5682fa60cec555"
sha256 cellar: :any_skip_relocation, arm64_monterey: "66dccb7ee94a26c2756d3bce1975339e30a11f906bae6c2af2e3cc8c135f156d"
sha256 cellar: :any_skip_relocation, sonoma: "b35a9a50fc12635a90e7c9114f7052bdb909ad22e70cb428eb10bfd2fcdee427"
sha256 cellar: :any_skip_relocation, ventura: "4fd34815185cbc06dc74631305f2aa0940f63d20ebb675f14d13d293dc3ea56d"
sha256 cellar: :any_skip_relocation, monterey: "ca605d8f36456684529587d7790c88c57cd0fe5f242080625e6ddd075e746cf3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "01aae51742a3fcdd17f469396b8f3b2ee775fa0df2c1558fabc38a776f88140e"
end

depends_on "go" => :build
Expand Down

0 comments on commit dcd8d67

Please sign in to comment.