11class Terragrunt < Formula
22 desc "Thin wrapper for Terraform e.g. for locking state"
33 homepage "https://terragrunt.gruntwork.io/"
4- url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.77.5 .tar.gz"
5- sha256 "9b00c44aee29ad055a64b689ca50c6d5922183b369ee212dd637998f6c187793 "
4+ url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.77.6 .tar.gz"
5+ sha256 "c80fa12319e01569a90fc92b616cf52fb823d448f43d9c66b9219e700c4371b1 "
66 license "MIT"
77
88 # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -14,12 +14,12 @@ class Terragrunt < Formula
1414 end
1515
1616 bottle do
17- sha256 cellar : :any_skip_relocation , arm64_sequoia : "fc2fc73c7916d36876e96f2d3947fe6fd99baeba53dd919916b6782a88e74c91 "
18- sha256 cellar : :any_skip_relocation , arm64_sonoma : "fc2fc73c7916d36876e96f2d3947fe6fd99baeba53dd919916b6782a88e74c91 "
19- sha256 cellar : :any_skip_relocation , arm64_ventura : "fc2fc73c7916d36876e96f2d3947fe6fd99baeba53dd919916b6782a88e74c91 "
20- sha256 cellar : :any_skip_relocation , sonoma : "413f6996066bfa15f3b7a1bfc7c1f8bc7ec0fe50adcd4cecfd4f3d39aa3c3f7c "
21- sha256 cellar : :any_skip_relocation , ventura : "413f6996066bfa15f3b7a1bfc7c1f8bc7ec0fe50adcd4cecfd4f3d39aa3c3f7c "
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "74ad3168df29e3d1f26f2d5785529c7dbc8db77ae2fc5eda9809a947210693bc "
17+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "ef2e58e6a37c9a882785287777bf3c47ccd7f05dda4ff9e699b8f0b347837773 "
18+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ef2e58e6a37c9a882785287777bf3c47ccd7f05dda4ff9e699b8f0b347837773 "
19+ sha256 cellar : :any_skip_relocation , arm64_ventura : "ef2e58e6a37c9a882785287777bf3c47ccd7f05dda4ff9e699b8f0b347837773 "
20+ sha256 cellar : :any_skip_relocation , sonoma : "d670384014713bf386708fcce0bd1fe252657e5ea4056bfbe3b00066b81ea918 "
21+ sha256 cellar : :any_skip_relocation , ventura : "d670384014713bf386708fcce0bd1fe252657e5ea4056bfbe3b00066b81ea918 "
22+ sha256 cellar : :any_skip_relocation , x86_64_linux : "148542dc9513864ddb9ab45f219143a3e65b552f9523ddc299a6d01696faf7ea "
2323 end
2424
2525 depends_on "go" => :build
0 commit comments