mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-20 16:44:29 +00:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo libcdio-paranoia-[0-9a-z.].*.tar.[bgx]z2? \
|
|
| sed 's/libcdio-paranoia-//;s/\.tar.*//'
|
|
}
|