mirror of
https://github.com/outbackdingo/ports.git
synced 2026-04-05 08:09:05 +00:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo PM[0-9a-z._]+Release.tar.gz \
|
|
| sed 's/PM//;s/_Release.*//'
|
|
}
|