Skip to content

Commit

Permalink
Merge pull request #198686 from Homebrew/bump-terragrunt-0.69.1
Browse files Browse the repository at this point in the history
terragrunt 0.69.1
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents 20d94d8 + 06585d7 commit 83c3bf8
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.69.0.tar.gz"
sha256 "6a6bee543759b574089f983ee309bf2acca9dfa6ac9058798fc6d09dbe3cb860"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.1.tar.gz"
sha256 "62e58ceaf8a8b0d3a8aaa7a49f619edcc29c726d447d4cca1fbdfffb94a3182d"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f02642c3cc4f68fbf524d39fa1b3b47b873584fe3cf6b92c94ba06c31d23e4d8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f02642c3cc4f68fbf524d39fa1b3b47b873584fe3cf6b92c94ba06c31d23e4d8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f02642c3cc4f68fbf524d39fa1b3b47b873584fe3cf6b92c94ba06c31d23e4d8"
sha256 cellar: :any_skip_relocation, sonoma: "445002246d50c8a01cc5fe7427a1e0115482aca708c6ebba5757662f59344d58"
sha256 cellar: :any_skip_relocation, ventura: "445002246d50c8a01cc5fe7427a1e0115482aca708c6ebba5757662f59344d58"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aad9d5b71d3e8cc85f08616d0cfbc740de1764b327da1dde217b7286d09ee845"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f1dc7d910091aa8412f4dcac924d8989d4e910f3bf37fc8bb812c0087c475905"
sha256 cellar: :any_skip_relocation, sonoma: "921fba8a2866c03c6769a3f188ecd3f14a984b47fbb78a407f92e92a8e98d6cd"
sha256 cellar: :any_skip_relocation, ventura: "921fba8a2866c03c6769a3f188ecd3f14a984b47fbb78a407f92e92a8e98d6cd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0bc2e14e8688cf82cefbf8c9f619c43e8f55c0481a2756e049fa6c87e56060b9"
end

depends_on "go" => :build
Expand Down

0 comments on commit 83c3bf8

Please sign in to comment.