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 11class TerragruntAtlantisConfig < Formula
22 desc "Generate Atlantis config for Terragrunt projects"
33 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 "
66 license "MIT"
77
88 bottle do
@@ -17,6 +17,12 @@ class TerragruntAtlantisConfig < Formula
1717
1818 depends_on "go" => :build
1919
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+
2026 def install
2127 system "go" , "build" , *std_go_args ( ldflags : "-s -w" )
2228 end
You can’t perform that action at this time.
0 commit comments