mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo squashfs[-_]?[0-9a-z.]+.tar.[bgx]z2? \
|
|
| sed 's/squashfs//;s/\.tar.*//'
|
|
}
|