Skip to content

Commit 1b273a0

Browse files
authored
Merge pull request #228124 from Homebrew/bump-opentofu-1.10.1
opentofu 1.10.1
2 parents 2305d3e + 02c075f commit 1b273a0

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.10.0.tar.gz"
5-
sha256 "2c797b609c97b9398666a3d706f143375ec01634f6fb8f97d503f8be80c9298c"
4+
url "https://github.com/opentofu/opentofu/archive/refs/tags/v1.10.1.tar.gz"
5+
sha256 "52e3821a7f3fc6a6bf70ba628bf7c9838f05990d47e293558dd494053a66ecde"
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: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7220385bc6aa61a0001ff0702f15512215fe83477962f7c893a211b0c49b33b8"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3345d20052184661419a37e26f5cad7ba859c9e8d0eee2246f975c9cb8ffe957"
14-
sha256 cellar: :any_skip_relocation, ventura: "3345d20052184661419a37e26f5cad7ba859c9e8d0eee2246f975c9cb8ffe957"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d733c668565619acfdc3e759b401941b0e922bb92ebe126508dbc2587fd562d7"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63944ff48f4910ccc4b92122d5b1a0480c2d1539aee4cddc514e4167a881d3c0"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63944ff48f4910ccc4b92122d5b1a0480c2d1539aee4cddc514e4167a881d3c0"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "63944ff48f4910ccc4b92122d5b1a0480c2d1539aee4cddc514e4167a881d3c0"
13+
sha256 cellar: :any_skip_relocation, sonoma: "698da1761efdee61452b1480f977d0785eb2ce4ceb816680e514bf9a8b4dfaa1"
14+
sha256 cellar: :any_skip_relocation, ventura: "698da1761efdee61452b1480f977d0785eb2ce4ceb816680e514bf9a8b4dfaa1"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fe4fb59e70ec9323ee1264b2b9e7908a020b82fdc966de4c357e67355947b56b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)