|
1 | 1 | class Tenv < Formula |
2 | 2 | desc "OpenTofu / Terraform / Terragrunt / Atmos version manager" |
3 | 3 | homepage "https://tofuutils.github.io/tenv/" |
4 | | - url "https://github.com/tofuutils/tenv/archive/refs/tags/v3.2.8.tar.gz" |
5 | | - sha256 "73e21934722a92449d3c1fef819cf9d92478b2470062f5c527b70b2535693a2a" |
| 4 | + url "https://github.com/tofuutils/tenv/archive/refs/tags/v3.2.9.tar.gz" |
| 5 | + sha256 "0a0cbf6b7bd9674750e6f5619698d1bf0a82841bb514ffdf5ed648ce5f11b594" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/tofuutils/tenv.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1a0cceabb6b82e0b5b397e91a828abb140c1e14c73b10aee755221b140b8126" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1a0cceabb6b82e0b5b397e91a828abb140c1e14c73b10aee755221b140b8126" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c1a0cceabb6b82e0b5b397e91a828abb140c1e14c73b10aee755221b140b8126" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "ae9cd06b7b7d29908386419fbb5cd0faf7e5f66cb755c257aa8654d4a123adf3" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "ae9cd06b7b7d29908386419fbb5cd0faf7e5f66cb755c257aa8654d4a123adf3" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a9043b10a0fc5724278c80083ec0a98355c7f77c14efb5c019dc81ec3cd4f363" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a3c5e71b3a03b6fd8256515655f53ff69630230c45999d8887cc2b16e530e395" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3c5e71b3a03b6fd8256515655f53ff69630230c45999d8887cc2b16e530e395" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a3c5e71b3a03b6fd8256515655f53ff69630230c45999d8887cc2b16e530e395" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "dae4db875068229b5d27f1c9cd51484df34f2cda25769b65d380ad77737b9de1" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "dae4db875068229b5d27f1c9cd51484df34f2cda25769b65d380ad77737b9de1" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ddf9652dcbbb396f804d31635e56adddc16719e661405c5551241ff68bf59a15" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments