mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
url=https://docbook.org/xml/4.5/
|
|
|
|
port_getver() {
|
|
|
|
curl -Lsk $url | grep -Eo "[0-9a-z.]+zip" | sed 's|.zip||'
|
|
}
|