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