Skip to content

Commit

Permalink
Merge pull request #200807 from Homebrew/bump-terragrunt-0.69.10
Browse files Browse the repository at this point in the history
terragrunt 0.69.10
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 122e367 + 5d3eb8a commit f41cf9f
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.9.tar.gz"
sha256 "39b41a893a61476c39b8c1ec1da624027d6c7510a7bc33678599bd88cc7350dd"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.10.tar.gz"
sha256 "da2bf481834563053c9be25e670b414f5678b8a435e5e2c23b5a4ac6f32ee5c3"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed76946096706325d9b0b3c27571dfaeaba1bbb1a0abdae1f7573f88b2f2638a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed76946096706325d9b0b3c27571dfaeaba1bbb1a0abdae1f7573f88b2f2638a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed76946096706325d9b0b3c27571dfaeaba1bbb1a0abdae1f7573f88b2f2638a"
sha256 cellar: :any_skip_relocation, sonoma: "763202e18e3c455f477cea58936a6d855ca4cc291d26c9fc08328237c4bffaca"
sha256 cellar: :any_skip_relocation, ventura: "763202e18e3c455f477cea58936a6d855ca4cc291d26c9fc08328237c4bffaca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c830d25047b7beafe5af6ab8e72c456128bde0bf4a79c6be95cdb3e5bf679a3f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9"
sha256 cellar: :any_skip_relocation, sonoma: "77af8c7969e7676be14338b61be2adbe0a7456c614439e3254fbb150027f6c91"
sha256 cellar: :any_skip_relocation, ventura: "77af8c7969e7676be14338b61be2adbe0a7456c614439e3254fbb150027f6c91"
sha256 cellar: :any_skip_relocation, x86_64_linux: "30fe921a498869936e695b4d84235af28a22ebf4c16925616ca4bd68635ef9ac"
end

depends_on "go" => :build
Expand Down

0 comments on commit f41cf9f

Please sign in to comment.