Skip to content

Commit

Permalink
Merge pull request #178149 from Homebrew/bump-terragrunt-0.63.3
Browse files Browse the repository at this point in the history
terragrunt 0.63.3
  • Loading branch information
BrewTestBot authored Jul 23, 2024
2 parents 4d4dca2 + 4ade9b0 commit 491c889
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/terragrunt.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.63.2.tar.gz"
sha256 "cfe84f1c19f550d2fe5d9a8853c4789f0382e4d67497c530bdb78180dca68642"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.63.3.tar.gz"
sha256 "790f6374db9044de9ecedc27d7ea66862f83c9016f5ebef718580b2c0ae3fa90"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b846b844f0db4c1b5562a58634916f71339e14c8ec3c46ea32b0103aa2764a4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a473112327616398f67bee4b2d0214d842569c3b44546ce26a29ec9234b983ff"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1ea72f541045394d7b62ffe50dc24092496ef37f1916a9997871616fc5984ff3"
sha256 cellar: :any_skip_relocation, sonoma: "370f41c6383b4cfc9b1428ae6fb6ee73ce9331e70e3bfdfa3f50c60f2ad2c000"
sha256 cellar: :any_skip_relocation, ventura: "ad02370006325a4bb59073f3803d206441ff01d6ca7092282a9760aed34aa9ed"
sha256 cellar: :any_skip_relocation, monterey: "8aab1711d71e13489bd72dbeb6f0197b946e1911fab991d89df6de31b58e7a85"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e401d259604a88e23fcefb046fa49010629fe4ca6cf8bd2fcf96338c2c0d1d49"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b592314bbade5b1d102c71dc8b5a85cfd9d08ea44ef380e8b1ebb11aaef0f9be"
sha256 cellar: :any_skip_relocation, arm64_ventura: "68ec905aec3d1b76b9829e153f387fb4e70786014dd8013bd320ce51aa020c0d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5139ac74c36bc18abecf57fb4b42e4f0108ef554c2ab17b928f120736324f158"
sha256 cellar: :any_skip_relocation, sonoma: "103de7786ee4547f592a54c08b460dd401168a3553737e052057d70474cac128"
sha256 cellar: :any_skip_relocation, ventura: "ff32c01eeb22c262d579021b71b9682c1b61d24b3f8b92f77bacee686adc0f88"
sha256 cellar: :any_skip_relocation, monterey: "363f3ea7f028640d62e6e324837245b0926e47886c29ab0307bb5afecbda8d48"
sha256 cellar: :any_skip_relocation, x86_64_linux: "99698f66bc112e0301db150c5c91c165d12a3a7a325f27dc1bf1e7ce99bb7c2e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 491c889

Please sign in to comment.