mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
url=http://download.virtualbox.org/virtualbox/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo href=\"[0-9a-z.]+ \
|
|
| sed 's/href=\"//' \
|
|
| grep ^[[:digit:]]
|
|
}
|