libopusenc: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status

Modifying existing UPSTREAM_CHECK_URI and adding UPSTREAM_CHECK_REGEX
fix UNKNOWN_BROKEN status from running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
Alexandre Truong
2024-07-22 10:36:19 +02:00
committed by Khem Raj
parent 4f88566805
commit dde03c6ee3
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=174b92049c2c697eb73112801662a07c"
DEPENDS = "libopus"
UPSTREAM_CHECK_URI = "https://github.com/xiph/libopusenc/releases"
UPSTREAM_CHECK_URI = "https://github.com/xiph/libopusenc/tags"
UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz"
SRC_URI[md5sum] = "f038ea0f4168d184c76b42d293697c57"