Skip to content

Commit 80aa53a

Browse files
BrewTestBotchenrui333
authored andcommitted
terragrunt-atlantis-config 1.21.0
terragrunt-atlantis-config: add version patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 2b48124 commit 80aa53a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/t/terragrunt-atlantis-config.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)