|
1 | 1 | class Oxker < Formula |
2 | 2 | desc "Terminal User Interface (TUI) to view & control docker containers" |
3 | 3 | homepage "https://github.com/mrjackwills/oxker" |
4 | | - url "https://github.com/mrjackwills/oxker/archive/refs/tags/v0.10.3.tar.gz" |
5 | | - sha256 "6d27d6e9dfbe38270560751f932cd72659b73d4891117042aa21eba800f2ad9e" |
| 4 | + url "https://github.com/mrjackwills/oxker/archive/refs/tags/v0.10.4.tar.gz" |
| 5 | + sha256 "97c124e29b8ee3e92162c23f34aca78f585fed1a49727d865f06d5c02348805c" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/mrjackwills/oxker.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e02a7a9d1545f4e9d227c5fbb1046f72611e43bc4480270f573cb87c0a625cbf" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a5cf4e716332ded13596d787d5c23f73897c7a77fbe086b480e1e1307f6d702" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "198fa27793541fb09603c68c74b516c3c702495c1b4ae935a17d8e3b1ed521e6" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a80cddf2f024cb60e2b5c3896671befa452d74541c330c80c2b5c5d35fbdf7a5" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "8c6b2986ce0c4bd11e40722188c53f746f4309b5d6348823dcece4f8dc8ac396" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "e4414e8f4e92b3d7c8f745957f3d193f2120bf2c68146afd55b2a67dc6da28aa" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc321af614e20ee574d398ddad12d4b50a5b75761464162aac094986ca7c4287" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9dae0b4e183f4132e9c14f95d3c91c4aad26ea07b5f7a9ef6dbb296a15f77fdd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7859d51bfc65b2275c1aaa8a79902d428be25985930b16df741e96572b6f6d8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "165457fa8c22d05c68129b41e28cad8f73160185dd970ce3e48fb8579f607f24" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f8c93adb35a8b3e01484fd54f007cfd333986f6e591ef4dfc3314eb34c9dc620" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "1e98f706e77035e0d03f8b8ed694e6e3c05f884daed87eda61a811d6c1ce77b7" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "f397f49ea6d8e6792f16b14b0c3630befb4a72543d3ac16afd08b91a4fd47dfe" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4826164f49977f1d12b389457ce74146857d751a8e149b572ebcb38658580c7f" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments