Skip to content

Commit

Permalink
Merge pull request Homebrew#195956 from Homebrew/bump-terragrunt-0.68.6
Browse files Browse the repository at this point in the history
terragrunt 0.68.6
  • Loading branch information
BrewTestBot authored Oct 29, 2024
2 parents 436ae1c + ebc031b commit 29ea1c4
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.68.5.tar.gz"
sha256 "1fe21df080c62b143be26d19fafe3f4d7a116f93482d6789474687c221d01b6e"
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.6.tar.gz"
sha256 "1cb119efeceec5b337027559f07b49d1d3cc77bee7113e4165c829c9ad053cf0"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12"
sha256 cellar: :any_skip_relocation, arm64_ventura: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12"
sha256 cellar: :any_skip_relocation, sonoma: "8ad5d37ebe9cbab0d146f823287c66c3c69ddbcf63b2e7a1f083529bce3af6ba"
sha256 cellar: :any_skip_relocation, ventura: "8ad5d37ebe9cbab0d146f823287c66c3c69ddbcf63b2e7a1f083529bce3af6ba"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0e3300da3ba9eb8859ba0e1327b08e0a1f6d1e6e1113e8b2961e876d661f84e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef"
sha256 cellar: :any_skip_relocation, sonoma: "94ba22a9b6f688cc01811a32ab4da1920af6cb96bec1d07caea88dd565c91ed6"
sha256 cellar: :any_skip_relocation, ventura: "94ba22a9b6f688cc01811a32ab4da1920af6cb96bec1d07caea88dd565c91ed6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "97ff0b4fdc60c45cb55aa5a77ed78dabe7ad523515e556443e5ead6e7cce8ca9"
end

depends_on "go" => :build
Expand Down

0 comments on commit 29ea1c4

Please sign in to comment.