|
1 | 1 | class PodmanTui < Formula |
2 | 2 | desc "Podman Terminal User Interface" |
3 | 3 | homepage "https://github.com/containers/podman-tui" |
4 | | - url "https://github.com/containers/podman-tui/archive/refs/tags/v1.6.1.tar.gz" |
5 | | - sha256 "a241119e1099711f889bae6fa7061130869317b711a96e3e9df2fed45e6fc979" |
| 4 | + url "https://github.com/containers/podman-tui/archive/refs/tags/v1.7.0.tar.gz" |
| 5 | + sha256 "a94eff698c68bd9b1ed2cbacfbed4c595e514d56c260e0134de951b26fe72f61" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | no_autobump! because: :requires_manual_review |
9 | 9 |
|
10 | 10 | bottle do |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "210be70775f4d78334aa2798764dd2d47a59ec886406ce737d4892f4258993d2" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a38c44d5b83478e0f36d795843c922f21d33390d973405fe82f04302fb3de570" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "b6204a1ab8aa41506b560d4de20abd793d25cc642a7b77d5747cd24598ad2174" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "3e0f2ae0fd182edad757b4922abc4f732cc56086e3d9a079150fd34d9142bcc3" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "38f29eabae4be7105afb7c7abdaa63b94373e0458e5e785562876fc686cc6670" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "ab17a059a2c9818545a7167234bfe652194ba456be8b5213c8344cfe63959eef" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4d09c93ca1436cb15afb4eb687ae2fe99c25b5db821bf21ba697a44bdf015c1f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2435900b5565d86c8ea36c078078ad348dc3b54e609b773511cc37b96a1535de" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b3dfc370a68d5f1a96499a1b705ecb372a66d59f7714be3c7fbfcc22ddb859b" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "08dc0ce66e777d44ce7fe4d53b38a1419a6a3f8432d54bdc65cbee7ad1340e26" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "bd163a3bd9865112be00f0182ff9e4ca70c4039857936aaa8eb5946ea90f34aa" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "6e73ff0b87b1ecea9a14e78b3f3544d9676e246500a6b5c773b0dfa9582b50da" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "a1adeb03d094f67003321f41a0aae0004bfd3a1e3619a93b11de05151af32f05" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b611e0c14cec9b8d4ceecb727eea57038170145e4cfacc330db4731c3ca6d95" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments