Skip to content

Commit 1c1df87

Browse files
authored
Merge pull request #233338 from Homebrew/bump-inframap-0.8.0
inframap 0.8.0
2 parents 6e3399c + c4d33b5 commit 1c1df87

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/i/inframap.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Inframap < Formula
22
desc "Read your tfstate or HCL to generate a graph"
33
homepage "https://github.com/cycloidio/inframap"
4-
url "https://github.com/cycloidio/inframap/archive/refs/tags/v0.7.0.tar.gz"
5-
sha256 "1dd1080245198eb53451502b40994a90e97eb283dc61b0d77d620f0ee6c1d23b"
4+
url "https://github.com/cycloidio/inframap/archive/refs/tags/v0.8.0.tar.gz"
5+
sha256 "f0e3d2a5f51339549802f8ad1650850ddfe81650ceb72ac9ea86fdd95ab2bfb8"
66
license "MIT"
77
head "https://github.com/cycloidio/inframap.git", branch: "master"
88

@@ -12,13 +12,12 @@ class Inframap < Formula
1212
end
1313

1414
bottle do
15-
rebuild 1
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "045720e46c73c4a8f8398d48d0a66207e62195d8797c7f69a8ac1ab1a3bf7412"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "045720e46c73c4a8f8398d48d0a66207e62195d8797c7f69a8ac1ab1a3bf7412"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "045720e46c73c4a8f8398d48d0a66207e62195d8797c7f69a8ac1ab1a3bf7412"
19-
sha256 cellar: :any_skip_relocation, sonoma: "aa596b7fd67f707f8a838582b00f65c4a195c1051654a2f72c4e78d0f0d968a0"
20-
sha256 cellar: :any_skip_relocation, ventura: "aa596b7fd67f707f8a838582b00f65c4a195c1051654a2f72c4e78d0f0d968a0"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6621e3619bcb502a7e99fbf8043fac869cf1d03b6fffb09945bf759d721093b7"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18e6aacb8e602b2c4fd488a1071209c1711ba388fda1f19797665915b6e84c36"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18e6aacb8e602b2c4fd488a1071209c1711ba388fda1f19797665915b6e84c36"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "18e6aacb8e602b2c4fd488a1071209c1711ba388fda1f19797665915b6e84c36"
18+
sha256 cellar: :any_skip_relocation, sonoma: "95af43179d426a7a6dd382dea950559c3bc479bc00cf7b9bf4865a854a44b57d"
19+
sha256 cellar: :any_skip_relocation, ventura: "95af43179d426a7a6dd382dea950559c3bc479bc00cf7b9bf4865a854a44b57d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf01e9146e3abf82239ed0e2f498916a5eb8ff863099e70c840393adf8423dbf"
2221
end
2322

2423
depends_on "go" => :build

0 commit comments

Comments
 (0)