Skip to content

Commit bdc6596

Browse files
authored
Merge pull request #250971 from Homebrew/bump-terragrunt-0.91.5
terragrunt 0.91.5
2 parents cc740fc + 18ad61a commit bdc6596

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.4.tar.gz"
5-
sha256 "9fec0948f03f5feab6d9ea12becbc7979980dad5b4726b80c8b753bb261ced5d"
4+
url "https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v0.91.5.tar.gz"
5+
sha256 "b6d54b04141d0200e11e13bd4f0e6d617a2ecbfa1495758e1897b0f23e2f0470"
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: "12e70e8fd68900d78a6a6a27179591717df29d6b9e601ad54c238330ec2cea59"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "12e70e8fd68900d78a6a6a27179591717df29d6b9e601ad54c238330ec2cea59"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "12e70e8fd68900d78a6a6a27179591717df29d6b9e601ad54c238330ec2cea59"
20-
sha256 cellar: :any_skip_relocation, sonoma: "bb0c11df6d143a43b2e7e4f6f48ff9bb111be9581b6cc8efb41777b0758984f4"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "30d38bb705bfa1d7b82580fc0ab113022e61bd27b31a611ee89695026684e940"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "23e25effcd1044c4a2b36c008dc26a8aaf4c59bbb90ae34b9e77b0fd1a31dd30"
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"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)