mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
url=https://strace.io/files/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| sed 's/.*href=\"//;s/\/.*//' \
|
|
| grep ^[0-9] \
|
|
| sort -V
|
|
}
|