Skip to content

Commit 1f42700

Browse files
authored
Merge pull request #203743 from Homebrew/bump-opentofu-1.9.0
opentofu 1.9.0
2 parents 5ea67de + 8d4f5ce commit 1f42700

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/opentofu.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Opentofu < Formula
22
desc "Drop-in replacement for Terraform. Infrastructure as Code Tool"
33
homepage "https://opentofu.org/"
4-
url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.8.8.tar.gz"
5-
sha256 "c38000df221ad1dfcf773d9b620facaa0f8e5bfb3cbea866faa624474667d51d"
4+
url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.9.0.tar.gz"
5+
sha256 "95234f00bb8a6d73bcd3f3920e376a32189004df3aaf26cb95917cec5441f8a8"
66
license "MPL-2.0"
77
head "https://github.com/opentofu/opentofu.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7751aefb6d70d233c066f5897fe717913d1563f719c0a632fb7b94727f749369"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7751aefb6d70d233c066f5897fe717913d1563f719c0a632fb7b94727f749369"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7751aefb6d70d233c066f5897fe717913d1563f719c0a632fb7b94727f749369"
13-
sha256 cellar: :any_skip_relocation, sonoma: "315cc5d62d19eeb125bcad720b3418c1f7d54c3f9bca115046bd4674dfbc2b18"
14-
sha256 cellar: :any_skip_relocation, ventura: "315cc5d62d19eeb125bcad720b3418c1f7d54c3f9bca115046bd4674dfbc2b18"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1499a5af1dc0ee46892266a51fe071f32df2778ff74b6bb92347d56910019230"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b6c1fcc307e7c4d8cf2f5cd0daf1496a05a16cce15c1f3bc677c62ce7484be96"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6c1fcc307e7c4d8cf2f5cd0daf1496a05a16cce15c1f3bc677c62ce7484be96"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b6c1fcc307e7c4d8cf2f5cd0daf1496a05a16cce15c1f3bc677c62ce7484be96"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d0d804ae24eb3b4f41ff888c14ba0de0a4fd7aa0554b7c22563560faa928c92b"
14+
sha256 cellar: :any_skip_relocation, ventura: "d0d804ae24eb3b4f41ff888c14ba0de0a4fd7aa0554b7c22563560faa928c92b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ab16d2596df2de306292b0aee8b623542ba97a3ef5a6b8b2d8ca64e68708f37"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)