|
1 | 1 | class Opentofu < Formula |
2 | 2 | desc "Drop-in replacement for Terraform. Infrastructure as Code Tool" |
3 | 3 | 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" |
6 | 6 | license "MPL-2.0" |
7 | 7 | head "https://github.com/opentofu/opentofu.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments