mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
url=https://inkscape.org/release/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo inkscape-[0-9.]+/ \
|
|
| sed 's/inkscape-//;s/\///' \
|
|
| grep -v "1.0"
|
|
}
|