diff --git a/sysutils/yabai/Portfile b/sysutils/yabai/Portfile
index 74e038d15ff..a1ee38c74e4 100644
a
|
b
|
PortGroup github 1.0 |
5 | 5 | PortGroup makefile 1.0 |
6 | 6 | PortGroup xcodeversion 1.0 |
7 | 7 | |
8 | | github.setup koekeishiya yabai 6.0.1 v |
| 8 | github.setup koekeishiya yabai 6.0.2 v |
9 | 9 | github.tarball_from archive |
10 | 10 | |
11 | 11 | categories sysutils |
… |
… |
license MIT |
15 | 15 | description A tiling window manager for macOS based on binary space partitioning |
16 | 16 | long_description yabai is a window management utility that is designed to work as an extension to the built-in window manager of macOS. |
17 | 17 | |
18 | | checksums rmd160 9d912a10acd4fe5e0aec08ad8c538aea143f1a9c \ |
19 | | sha256 70420b8ea50d13aeffaa2c96345850ffd3d98e3025d93be8dc7097363f87e58d \ |
20 | | size 1537515 |
| 18 | checksums rmd160 3e6a82ad4e2d8820ce41bc9e5b989fb3fb4394d6 \ |
| 19 | sha256 b06db5019c9320d0ceb2b2501d78fb7bae2837959c440133ca6ac5b8db68574f \ |
| 20 | size 1537293 |
21 | 21 | |
22 | 22 | use_parallel_build no |
23 | 23 | |