mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo ._._[0-9a-z.]+\.tar\.gz | sed 's/\.tar.*//;s/_/\./g'
|
|
}
|