Files
ports/core/exiv2/update
2020-04-13 14:53:21 +08:00

6 lines
109 B
Plaintext

port_getver() {
fetch \
| grep -Eo exiv2-[0-9.]+-Source.tar.[bgx]z2? \
| sed 's/exiv2-//;s/-Source.*//'
}