Files
ports/main/filezilla/update
2021-05-12 08:11:10 +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.*//'
}