We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efda086 commit e4e5e39Copy full SHA for e4e5e39
Formula/o/opentofu.rb
@@ -1,8 +1,8 @@
1
class Opentofu < Formula
2
desc "Drop-in replacement for Terraform. Infrastructure as Code Tool"
3
homepage "https://opentofu.org/"
4
- url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.8.8.tar.gz"
5
- sha256 "c38000df221ad1dfcf773d9b620facaa0f8e5bfb3cbea866faa624474667d51d"
+ url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.9.0.tar.gz"
+ sha256 "95234f00bb8a6d73bcd3f3920e376a32189004df3aaf26cb95917cec5441f8a8"
6
license "MPL-2.0"
7
head "https://github.com/opentofu/opentofu.git", branch: "main"
8
0 commit comments