File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
class TerragruntAtlantisConfig < Formula
2
2
desc "Generate Atlantis config for Terragrunt projects"
3
3
homepage "https://github.com/transcend-io/terragrunt-atlantis-config"
4
- url "https://github.com/transcend-io/terragrunt-atlantis-config/archive/refs/tags/v1.20 .0.tar.gz"
5
- sha256 "b21ee84341cd94ba369c6f0b3124f6d260ed9141129e345c6c64d76b2f54ce91 "
4
+ url "https://github.com/transcend-io/terragrunt-atlantis-config/archive/refs/tags/v1.21 .0.tar.gz"
5
+ sha256 "e6f02e9493466e70d1b65f3c1db36da9e9789a5dd89935f1a5c307739e8c3610 "
6
6
license "MIT"
7
7
8
8
bottle do
@@ -17,6 +17,12 @@ class TerragruntAtlantisConfig < Formula
17
17
18
18
depends_on "go" => :build
19
19
20
+ # version patch, upstream pr ref, https://github.com/transcend-io/terragrunt-atlantis-config/pull/404
21
+ patch do
22
+ url "https://github.com/transcend-io/terragrunt-atlantis-config/commit/b4538b1c86bf1de054338e5d6c69dbc975c378b7.patch?full_index=1"
23
+ sha256 "be88fd82f3816cd6dcec9c590936cf9865400a333c8f035bc033991fce789b41"
24
+ end
25
+
20
26
def install
21
27
system "go" , "build" , *std_go_args ( ldflags : "-s -w" )
22
28
end
You can’t perform that action at this time.
0 commit comments