Skip to content

Commit 34abb6f

Browse files
authored
Merge pull request #251336 from Homebrew/bump-terragrunt-0.92.0
terragrunt 0.92.0
2 parents c493eb6 + ec42cd2 commit 34abb6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/terragrunt.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Terragrunt < Formula
22
desc "Thin wrapper for Terraform e.g. for locking state"
33
homepage "https://terragrunt.gruntwork.io/"
4-
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.91.5.tar.gz"
5-
sha256 "b6d54b04141d0200e11e13bd4f0e6d617a2ecbfa1495758e1897b0f23e2f0470"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.92.0.tar.gz"
5+
sha256 "fb954ad248d7dd4a58abebc0339f2d5536b2f4851241de4a6625f58e26231d2e"
66
license "MIT"
77

88
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -14,12 +14,12 @@ class Terragrunt < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ba8734eef90162fff3a56d7b3d076283c678dc56b69b6d7c4efe80c1946af2d3"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba8734eef90162fff3a56d7b3d076283c678dc56b69b6d7c4efe80c1946af2d3"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba8734eef90162fff3a56d7b3d076283c678dc56b69b6d7c4efe80c1946af2d3"
20-
sha256 cellar: :any_skip_relocation, sonoma: "9c6756b09d09c2bba2473e034172d8d05a84007f5fde8fbec227871d175c9a8f"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "24c9e43fc796cf7dbe1ee48369df56aeaa2c3fcb3fbea723d251769bd6470b4f"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cc6fa9f13eb224e92c1875cb79f054025a9c7e48892e14066e39831d7ec5234b"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "585ed70252d49bf2bfa6e0c98d7325751e0f47749ed4ee0ec65aecbc2f870f9c"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "585ed70252d49bf2bfa6e0c98d7325751e0f47749ed4ee0ec65aecbc2f870f9c"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "585ed70252d49bf2bfa6e0c98d7325751e0f47749ed4ee0ec65aecbc2f870f9c"
20+
sha256 cellar: :any_skip_relocation, sonoma: "b733a3af8f68e68176ce7162a7c4c65a9a378ecd03ebbafad22ab3b252f741ed"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "a6489b2fb3b8e7392ef2043191d69ada63fbd9d485995959324c83aa94805af3"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a29fef04b14fbe7205a42f45ed1807d73c6a9ec45c176e7b907059d258fcc764"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)