Files
ports/core/thunderbird/update
2019-10-15 11:39:57 +08:00

10 lines
165 B
Plaintext

url=https://archive.mozilla.org/pub/thunderbird/releases/
getver_thunderbird() {
fetch \
| grep -Eo releases/[0-9.]+/ \
| cut -d / -f2 \
| sort -V \
| uniq
}