Skip to content

Commit 7bc8305

Browse files
authored
Merge pull request #203727 from RoseSecurity/update-terramaid.rb-1736434230
terramaid 2.1.0
2 parents 3a51e73 + 39128d8 commit 7bc8305

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/terramaid.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Terramaid < Formula
22
desc "Utility for generating Mermaid diagrams from Terraform configurations"
33
homepage "https://github.com/RoseSecurity/Terramaid"
4-
url "https://github.com/RoseSecurity/Terramaid/archive/refs/tags/v2.0.3.tar.gz"
5-
sha256 "9285972d08be966b697f496d0957ba9436766de1c5291026cce481753a877d02"
4+
url "https://github.com/RoseSecurity/Terramaid/archive/refs/tags/v2.1.0.tar.gz"
5+
sha256 "43f4fe29997f3090ef82b3e46893426c88be5ea991e9c61966ef5660a40ae851"
66
license "Apache-2.0"
77
head "https://github.com/RoseSecurity/Terramaid.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f49bc604e7847cc9b9f63eea6f92f42e1cadd3302ebe9aa3a03e631ac116bc7"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f49bc604e7847cc9b9f63eea6f92f42e1cadd3302ebe9aa3a03e631ac116bc7"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6f49bc604e7847cc9b9f63eea6f92f42e1cadd3302ebe9aa3a03e631ac116bc7"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7a5ac43e61611a2797737c8c8d317ab8fe7d09ad651afdabe96e60457b717fa5"
14-
sha256 cellar: :any_skip_relocation, ventura: "7a5ac43e61611a2797737c8c8d317ab8fe7d09ad651afdabe96e60457b717fa5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7cf367c712f6b779154a8946950fe16868379ab50423dc480e12dd7742885244"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b708fb015e343fd29aa37342862ebc9a72c3a56f94dac88da396e29d9170e3c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b708fb015e343fd29aa37342862ebc9a72c3a56f94dac88da396e29d9170e3c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b708fb015e343fd29aa37342862ebc9a72c3a56f94dac88da396e29d9170e3c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "21c7c598280a8abffa40957530bb551694805449f224f443eb9f7d411ad6cf79"
14+
sha256 cellar: :any_skip_relocation, ventura: "21c7c598280a8abffa40957530bb551694805449f224f443eb9f7d411ad6cf79"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "39be4c218d20994c8b69045f94711ed4ef8d9c767770c81a17d385147bf27e00"
1616
end
1717

1818
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)