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

8 lines
135 B
Plaintext
Executable File

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