mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 17:30:31 +00:00
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo x264-snapshot-[0-9.]+-2245-stable.tar.[bgx]z2? \
|
|
| sed 's/x264-snapshot-//;s/-stable.tar..*//;s/-/\./'
|
|
}
|