mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 08:44:44 +00:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo libtorrent-[0-9a-z_]+.tar.gz \
|
|
| sed 's/libtorrent-//;s/\.tar.*//;s/_/\./g' \
|
|
| grep -v ^1.2.*
|
|
}
|