|
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.69.6.tar.gz" |
5 | | - sha256 "773afd1eaf1311fe63bfc766c5858049ac43752ef11ed2fc2f6084bb46f6e2c4" |
| 4 | + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.7.tar.gz" |
| 5 | + sha256 "a0ec55baceec788db53273545e4d2025de7cc0774056676fe3f6d21d19751b5f" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "740fa8b7d5762969569dd4183b098a00cfe5a727f3eef4fe066760a636ecf274" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "9bf4d34a40247eabee14b5044b5c59fddabcd6e062db29074c548f728b9550ba" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "9bf4d34a40247eabee14b5044b5c59fddabcd6e062db29074c548f728b9550ba" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "5151479ea66ffc0f16b04545081623bcb160ed31081919593450ddd9a861d7c4" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4eb9d84b78bea5dbde83c12ba2da4c87c32f4cbb2741cfd3c44e11876f5af7d6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eb9d84b78bea5dbde83c12ba2da4c87c32f4cbb2741cfd3c44e11876f5af7d6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "4eb9d84b78bea5dbde83c12ba2da4c87c32f4cbb2741cfd3c44e11876f5af7d6" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "02e9477777b536cd11ed97ca782eb3cc0853fcdad8b2b4f6adca6b9e07ee924b" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "02e9477777b536cd11ed97ca782eb3cc0853fcdad8b2b4f6adca6b9e07ee924b" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "054ff321ef9589fa09f3ac5bbd60ef1daa1666e5ea86662e4ba52f1026d89339" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments