mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
url=https://wiki.gnome.org/Attic/LibUnique
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo "Latest release: <strong>[0-9.]+" \
|
|
| sed 's/.*>//'
|
|
}
|