mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
url=https://archive.mozilla.org/pub/firefox/releases/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo releases/[0-9.]+/ \
|
|
| cut -d / -f2
|
|
}
|