eth0s/ports/core/squashfs-tools/update
2022-04-09 08:19:46 +08:00

5 lines
122 B
Text

getver_squashfs-tools() {
fetch \
| grep -Eo squashfs[-_]?[0-9a-z.]+.tar.[bgx]z2? \
| sed 's/squashfs//;s/\.tar.*//'
}