Files
ports/core/filezilla/update
2020-04-13 14:53:21 +08:00

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.*//'
}