|
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.10.tar.gz" |
5 | | - sha256 "ea8eb905229c43f0ea43394003d9832d225deda2e54bbf2d71d3f47b7e2d471d" |
| 4 | + url "https://github.com/tofuutils/tenv/archive/refs/tags/v3.2.11.tar.gz" |
| 5 | + sha256 "fb34494b454480c9a4eddc2c7751422e0904a32832a5525bd55abc2259160473" |
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: "ea8ceed704f04d2ff1ba487a920b1e6811e6cfbcfd5290a103f3c72ec5addfa3" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea8ceed704f04d2ff1ba487a920b1e6811e6cfbcfd5290a103f3c72ec5addfa3" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "ea8ceed704f04d2ff1ba487a920b1e6811e6cfbcfd5290a103f3c72ec5addfa3" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "262a989dc911e8f63b2757d88789431461730b2d0ec043983cdb23e90661d8dd" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "262a989dc911e8f63b2757d88789431461730b2d0ec043983cdb23e90661d8dd" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a57a0037190b568603fbee2577400a680dc33f6ceefbff5468cc7d8d5ff516e7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "14e65cfe6d469486b6423bdbbb224283fa5f51e8859b3db4d5d9d8fb53085ad0" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14e65cfe6d469486b6423bdbbb224283fa5f51e8859b3db4d5d9d8fb53085ad0" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "14e65cfe6d469486b6423bdbbb224283fa5f51e8859b3db4d5d9d8fb53085ad0" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6e4baa396a2b852f340292d3dc49c933c7257ccb95173670abc399785a8e0d95" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "6e4baa396a2b852f340292d3dc49c933c7257ccb95173670abc399785a8e0d95" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0191ad4dde884f6e5ea4a504a47af95df659b1468a44220d1218947be1d1681d" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments