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