|
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.71.4.tar.gz" |
5 | | - sha256 "9614da5c29a775f702bcacad007ba6bb2be1da8fefa119792566a1f68b4b5f66" |
| 4 | + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.71.5.tar.gz" |
| 5 | + sha256 "42e529b0f0de5f456edf523af87d1ea6e256e386f5a7d8294f7e20f94b6c82a3" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "70706ac6d0aa1f1cff1abbda19245a97247a95a9c091baea7a8b3a8ae5ea1926" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "70706ac6d0aa1f1cff1abbda19245a97247a95a9c091baea7a8b3a8ae5ea1926" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "70706ac6d0aa1f1cff1abbda19245a97247a95a9c091baea7a8b3a8ae5ea1926" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "ad3f389f59b748e412f51767c59cc32d28f646d734e8ab3702e20a9f36f9b6cd" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "ad3f389f59b748e412f51767c59cc32d28f646d734e8ab3702e20a9f36f9b6cd" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "db0ca73886bf395df514727e8f01001a7b4e4dc3bff6109c525a9b0fc0a42315" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bf40adae92ccb7850660d45384e7141599eb8b521f365f5622fb842f696072f3" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf40adae92ccb7850660d45384e7141599eb8b521f365f5622fb842f696072f3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf40adae92ccb7850660d45384e7141599eb8b521f365f5622fb842f696072f3" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "c453efdcfc047e6dbfe40cf4b51711aee2a18e69251d3fc79c7d3165e55d7417" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "c453efdcfc047e6dbfe40cf4b51711aee2a18e69251d3fc79c7d3165e55d7417" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "328ec17c197af9e4c0d571c1411bc84112a17966fe92ecf29fadd909c0c5a3ba" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments