mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-08 02:10:21 +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||'
|
|
}
|