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.78.3 .tar.gz"
5
- sha256 "dc8c21e17e7014e4e6afdd40279284654bc241a741c7528c03c32d80e0a94c84 "
4
+ url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.78.4 .tar.gz"
5
+ sha256 "e86148898fe22326bc55a96b0d9c546e7278139afa6bda99cfad4a316bb52866 "
6
6
license "MIT"
7
7
8
8
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -14,12 +14,12 @@ class Terragrunt < Formula
14
14
end
15
15
16
16
bottle do
17
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "79ae2cf4af092b7a2b09d97165f8e2b23d36de3d67b1925fbd0dd5f286a044be "
18
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "79ae2cf4af092b7a2b09d97165f8e2b23d36de3d67b1925fbd0dd5f286a044be "
19
- sha256 cellar : :any_skip_relocation , arm64_ventura : "79ae2cf4af092b7a2b09d97165f8e2b23d36de3d67b1925fbd0dd5f286a044be "
20
- sha256 cellar : :any_skip_relocation , sonoma : "458f36c53b5d090c5454c26fb6280cd95228a2eef5aece03956f1efd0520e3a8 "
21
- sha256 cellar : :any_skip_relocation , ventura : "458f36c53b5d090c5454c26fb6280cd95228a2eef5aece03956f1efd0520e3a8 "
22
- sha256 cellar : :any_skip_relocation , x86_64_linux : "579fb2160c68455262a0b76ac78dd49b1337f209cad201edbfca2bd1c88340cd "
17
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "2495a6ade32bf8bf3f7a27ec1acde3456c51c6410072009eeaf30344f0e789c4 "
18
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "2495a6ade32bf8bf3f7a27ec1acde3456c51c6410072009eeaf30344f0e789c4 "
19
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "2495a6ade32bf8bf3f7a27ec1acde3456c51c6410072009eeaf30344f0e789c4 "
20
+ sha256 cellar : :any_skip_relocation , sonoma : "e5492a59dff9ca9c35f0d8384a460f5286df789434d2ef05ee5e5a840b5a7d81 "
21
+ sha256 cellar : :any_skip_relocation , ventura : "e5492a59dff9ca9c35f0d8384a460f5286df789434d2ef05ee5e5a840b5a7d81 "
22
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5abbe48647b41b8626ce62da33bcad33ab568e128ac2999c4b8cffb790f729ac "
23
23
end
24
24
25
25
depends_on "go" => :build
0 commit comments