mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo $filename[_-][0-9a-z.]+.tar.[bgx]z2? \
|
|
| sed "s/$filename[-_]//;s/\.tar.*//" \
|
|
| grep [[:digit:]]
|
|
}
|