Skip to content

Commit

Permalink
Merge pull request #179227 from Homebrew/bump-terragrunt-0.64.5
Browse files Browse the repository at this point in the history
terragrunt 0.64.5
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents 40c45b8 + b446853 commit 99b83f8
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.64.4.tar.gz"
sha256 "5e7c83c766660d11d6d7a384c6f1a1334b39759b744f9b419dfe28a0547f3a5b"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.64.5.tar.gz"
sha256 "34ca9cd2b8b548b43997bad0bb3da318446c138c1b53ed74209efa3b232c5d38"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "315e969325d7165c7bcc50ecca108d1cdc8c6a58c4825e595f9ea8cb55fc0ea1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f2e794d1cd57e499d2aa5225474e67db54aa3b98e85611598f8109ac128011fc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "90edb63c9be255f2c61a8842b14ab66bf7b1150c3c9b4bc8d5f9e557dba06d6e"
sha256 cellar: :any_skip_relocation, sonoma: "b95c825e1c8f57432a16e367f1c40fe1b981eeadc5f897cb9e092621f6c1d275"
sha256 cellar: :any_skip_relocation, ventura: "b6ff9667be45033f02b9ea33ea3d1c461bbdee3b6adc59f974354bc9355b3637"
sha256 cellar: :any_skip_relocation, monterey: "da57a1e1c3ca6c2fa72587d79cde3a2d965496c023d21011ae9a54c22a5899a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "28ba0aadccdd263ce00352cd3572397f08249ff2a575442a05831d9a799a2996"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "559e776637b89e48ca455c5a1981919fa591655f0aba57320979c01085d52dda"
sha256 cellar: :any_skip_relocation, arm64_ventura: "850ea781fce36fc8f6f8bc74becc98985b82714cb5ad7be1971bb261f54d7199"
sha256 cellar: :any_skip_relocation, arm64_monterey: "73991e4cdefd9b2caa1a00b47b0f02a5fc15e653b849ef4468e528bfa60d0af8"
sha256 cellar: :any_skip_relocation, sonoma: "609c17bd41edc074071f32c0a2f45ac1f49fe8d599e0af2a6b3a6f647c295406"
sha256 cellar: :any_skip_relocation, ventura: "6bc1d68a1479af6ce7aac2b2ee30474b0f60776dac455561ac2e7e3bc9b8a2b9"
sha256 cellar: :any_skip_relocation, monterey: "e7cbb2c25a0737c72ba4a737af71fcbb9637c10692e2f931679a424b04e22147"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6dc0073a1250fa98dac299247bd69957c9c1f12636ae05a7bfd798b20bf32681"
end

depends_on "go" => :build
Expand Down

0 comments on commit 99b83f8

Please sign in to comment.