Skip to content

Commit

Permalink
Merge pull request #198246 from Homebrew/bump-terragrunt-0.68.16
Browse files Browse the repository at this point in the history
terragrunt 0.68.16
  • Loading branch information
BrewTestBot authored Nov 19, 2024
2 parents 4425b92 + ee48451 commit 7f95190
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/terragrunt.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Terragrunt < Formula
desc "Thin wrapper for Terraform e.g. for locking state"
homepage "https://terragrunt.gruntwork.io/"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.15.tar.gz"
sha256 "25ee7b8af090d6dbac3502502678733dc175020daf57fde5d2fde6033c7d13b1"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.16.tar.gz"
sha256 "3a4a3440d66ec71b77178685181aa355a23532e1e4983b6a0b7e7f8906c27507"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "65c989a95be1d6abcaa4e1a44c18e581642e00edaf29f0e73d3348b1e44ba447"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "65c989a95be1d6abcaa4e1a44c18e581642e00edaf29f0e73d3348b1e44ba447"
sha256 cellar: :any_skip_relocation, arm64_ventura: "65c989a95be1d6abcaa4e1a44c18e581642e00edaf29f0e73d3348b1e44ba447"
sha256 cellar: :any_skip_relocation, sonoma: "bf0ccd0467b8cf468c627e56f0a334897c4815b97255a89da7048766110c090b"
sha256 cellar: :any_skip_relocation, ventura: "bf0ccd0467b8cf468c627e56f0a334897c4815b97255a89da7048766110c090b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "793a24f99ef13f691d7e30e02d630921a5b36c7a2ff9e1424310b37cf45f5000"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbc26a08d5a24c63380afd32d5da05d517ac8931b741cb682b85e7f132acd57c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbc26a08d5a24c63380afd32d5da05d517ac8931b741cb682b85e7f132acd57c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fbc26a08d5a24c63380afd32d5da05d517ac8931b741cb682b85e7f132acd57c"
sha256 cellar: :any_skip_relocation, sonoma: "f52be8942459de59d215916cdffe1bb9ac6dc71150b21578a41a698aebc62e98"
sha256 cellar: :any_skip_relocation, ventura: "f52be8942459de59d215916cdffe1bb9ac6dc71150b21578a41a698aebc62e98"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4f65f657b63e41da63273088605edcf69d34b99b160758cc3f2142b329dc853"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7f95190

Please sign in to comment.