mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
url=https://archive.mozilla.org/pub/firefox/releases/60.1.0esr/source/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo releases/[0-9.]+esr/ \
|
|
| cut -d / -f2 \
|
|
| sed 's/esr//'
|
|
}
|
|
|