mirror of
https://github.com/outbackdingo/ports.git
synced 2026-04-05 12:09:14 +00:00
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
getver_cdparanoia() {
|
|
fetch \
|
|
| grep -Eo cdparanoia-III-[0-9.]+.src.tgz \
|
|
| sed 's/cdparanoia-III-//;s/\.src\.tgz//' \
|
|
| sort -V \
|
|
| uniq
|
|
}
|