Skip to content

Commit e62a515

Browse files
authored
Merge pull request #251612 from Homebrew/bump-terragrunt-atlantis-config-1.21.1
terragrunt-atlantis-config 1.21.1
2 parents 40d3866 + 508826f commit e62a515

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

Formula/t/terragrunt-atlantis-config.rb

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
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.21.0.tar.gz"
5-
sha256 "e6f02e9493466e70d1b65f3c1db36da9e9789a5dd89935f1a5c307739e8c3610"
4+
url "https://github.com/transcend-io/terragrunt-atlantis-config/archive/refs/tags/v1.21.1.tar.gz"
5+
sha256 "eefc48f2bedc11c154c6c7e088bb10316d811b2d6b851b11d37d80f18a28e517"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "661bce317441de9df0f057f1e591764850a767e4034febe5c0e3ed36228537e3"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "661bce317441de9df0f057f1e591764850a767e4034febe5c0e3ed36228537e3"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "661bce317441de9df0f057f1e591764850a767e4034febe5c0e3ed36228537e3"
12-
sha256 cellar: :any_skip_relocation, sonoma: "bba9a8332be6acdfc1847f83c326959c9cf2c1da5bb69395ab966d2ee07a436d"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "c3f3647eaa0157b9b5a3417d9fabc67baec6703086f600535d52e9fe65d2f272"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2e793dbd00ec1a15e5e075b934d45f224fcbc69a163d235a97141c7c1f61c3ec"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d9dec17aa158c10a82522b739705b0adf4ee38a3aa0b7ae1e557dba5bd403e73"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9dec17aa158c10a82522b739705b0adf4ee38a3aa0b7ae1e557dba5bd403e73"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9dec17aa158c10a82522b739705b0adf4ee38a3aa0b7ae1e557dba5bd403e73"
12+
sha256 cellar: :any_skip_relocation, sonoma: "aebee1dd99ca225d24872c9deaaaa75e5d3929b5342290b377e0134eb10ab29e"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "c10183ff34a7f6f80a81d9922b6464941d199e15c177f5bb5bb3c1dbc8e0fedb"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9792965a2e68d6c2310b8aca3ac9c56f9c20b46729ae79d9466bfc023fccd8b2"
1515
end
1616

1717
depends_on "go" => :build
1818

19-
# version patch, upstream pr ref, https://github.com/transcend-io/terragrunt-atlantis-config/pull/404
20-
patch do
21-
url "https://github.com/transcend-io/terragrunt-atlantis-config/commit/b4538b1c86bf1de054338e5d6c69dbc975c378b7.patch?full_index=1"
22-
sha256 "be88fd82f3816cd6dcec9c590936cf9865400a333c8f035bc033991fce789b41"
23-
end
24-
2519
def install
2620
system "go", "build", *std_go_args(ldflags: "-s -w")
2721
end

0 commit comments

Comments
 (0)