|
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.10.tar.gz" |
5 | | - sha256 "da2bf481834563053c9be25e670b414f5678b8a435e5e2c23b5a4ac6f32ee5c3" |
| 4 | + url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.69.11.tar.gz" |
| 5 | + sha256 "8cd8d5d67e0280b58e45b9e8717a2317098c5d6b61ce928f4ae1d81db7b4c016" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "6031ffb777e2bc58571eb2d75338c13c4e09edd5fc6ea5a47446c6de49f444c9" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "77af8c7969e7676be14338b61be2adbe0a7456c614439e3254fbb150027f6c91" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "77af8c7969e7676be14338b61be2adbe0a7456c614439e3254fbb150027f6c91" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "30fe921a498869936e695b4d84235af28a22ebf4c16925616ca4bd68635ef9ac" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "663b5f47e75947a9f84f73cd9d153fe90e66fbd6958b0dea07d6b3823cd8f5b0" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "1ba162c19d0e49feb755057c7c907adc89eb2ff5959db9d29f02afd83143d692" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "1ba162c19d0e49feb755057c7c907adc89eb2ff5959db9d29f02afd83143d692" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3a8641ad5af3f2b530f8d5acf3cae7f3ea5ce2f75764340e84de55ae68e6ebdd" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments