Files
ports/main/inkscape/update
2021-05-12 08:11:10 +08:00

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"
}