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