|
1 | 1 | class Terragrunt < Formula
|
2 | 2 | desc "Thin wrapper for Terraform e.g. for locking state"
|
3 | 3 | homepage "https://terragrunt.gruntwork.io/"
|
4 |
| - url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.5.tar.gz" |
5 |
| - sha256 "1fe21df080c62b143be26d19fafe3f4d7a116f93482d6789474687c221d01b6e" |
| 4 | + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.68.6.tar.gz" |
| 5 | + sha256 "1cb119efeceec5b337027559f07b49d1d3cc77bee7113e4165c829c9ad053cf0" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "526041a55f0d6fe7aeca889d019afa65571ee2db9e604385805912563505df12" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "8ad5d37ebe9cbab0d146f823287c66c3c69ddbcf63b2e7a1f083529bce3af6ba" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "8ad5d37ebe9cbab0d146f823287c66c3c69ddbcf63b2e7a1f083529bce3af6ba" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "b0e3300da3ba9eb8859ba0e1327b08e0a1f6d1e6e1113e8b2961e876d661f84e" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ecc24316e4b622866d57b123ee56c02d9ab14b03a48757d0386bd8cfdfe70aef" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "94ba22a9b6f688cc01811a32ab4da1920af6cb96bec1d07caea88dd565c91ed6" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "94ba22a9b6f688cc01811a32ab4da1920af6cb96bec1d07caea88dd565c91ed6" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "97ff0b4fdc60c45cb55aa5a77ed78dabe7ad523515e556443e5ead6e7cce8ca9" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments