mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
url=$(dirname $(dirname $url))/
|
|
url=$url/$(fetch \
|
|
| grep releases \
|
|
| grep -Eo v[0-9.]+/ \
|
|
| sort -V \
|
|
| tail -n1)src/
|