mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo os-prober_[0-9a-z.]+.tar.[bgx]z2? \
|
|
| sed 's/os-prober_//;s/\.tar.*//'
|
|
}
|