mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 07:44:36 +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.*//'
|
|
}
|