mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
getver_libblockdev() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo [0-9a-z.]+-1.tar.gz \
|
|
| sed 's/-1.*//' \
|
|
| sort -V \
|
|
| uniq
|
|
}
|