speex : fix udpate file

This commit is contained in:
Victor Tebar
2023-11-02 15:58:29 +00:00
parent b61b7067a1
commit aae6894ed2

View File

@@ -1,5 +1,5 @@
url=https://github.com/xiph/speex/tags
port_getver() {
fetch \
| grep -Eo speex-[0-9.]+.tar.gz \
| sed 's/speex-//;s/\.tar\.gz//'
getver_github
}