mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
8 lines
135 B
Plaintext
Executable File
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
|
|
}
|