diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
index 2432487..467fa86 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup joelthelion autojump 21.0.3 "release-v" |
| 7 | github.setup joelthelion autojump 21.5.1 "release-v" |
8 | 8 | categories sysutils |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:johnny.kuan |
… |
… |
description a cd command that learns |
15 | 15 | |
16 | 16 | long_description ${name} is ${description}. |
17 | 17 | |
18 | | checksums rmd160 d38603487acc7adda75e4498965cc001b1f9a422 \ |
19 | | sha256 6b9f645381db2196746baabc535383101310bd8d25239610375e41d3cb34c6e7 |
| 18 | checksums rmd160 262d5ae1c16f0f3b81894b2ea0811abd8b05edbb \ |
| 19 | sha256 53f3f71c3217f26945c264cdf9b7d3e5cdeb0b62bef8ded367240d375d6d83c4 |
20 | 20 | |
21 | 21 | depends_run port:python27 |
22 | 22 | |