Skip to content

Commit

Permalink
Merge pull request #200968 from Homebrew/bump-terragrunt-0.69.11
Browse files Browse the repository at this point in the history
terragrunt 0.69.11
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents e4efa20 + 0fd1870 commit 729a0f8
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.10.tar.gz"
sha256 "da2bf481834563053c9be25e670b414f5678b8a435e5e2c23b5a4ac6f32ee5c3"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.11.tar.gz"
sha256 "8cd8d5d67e0280b58e45b9e8717a2317098c5d6b61ce928f4ae1d81db7b4c016"
license "MIT"

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0"
sha256 cellar: :any_skip_relocation, sonoma: "1ba162c19d0e49feb755057c7c907adc89eb2ff5959db9d29f02afd83143d692"
sha256 cellar: :any_skip_relocation, ventura: "1ba162c19d0e49feb755057c7c907adc89eb2ff5959db9d29f02afd83143d692"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a8641ad5af3f2b530f8d5acf3cae7f3ea5ce2f75764340e84de55ae68e6ebdd"
end

depends_on "go" => :build
Expand Down

0 comments on commit 729a0f8

Please sign in to comment.