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 013d65d commit fbe1207Copy full SHA for fbe1207
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.10.0.tar.gz"
5
- sha256 "2c797b609c97b9398666a3d706f143375ec01634f6fb8f97d503f8be80c9298c"
+ url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.10.1.tar.gz"
+ sha256 "52e3821a7f3fc6a6bf70ba628bf7c9838f05990d47e293558dd494053a66ecde"
6
license "MPL-2.0"
7
head "https://github.com/opentofu/opentofu.git", branch: "main"
8
0 commit comments