libopusenc: upgrade 0.2.1 -> 0.3

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Liu Yiding
2025-12-17 14:55:30 +08:00
committed by Khem Raj
parent 31b24cfe39
commit c9fb53c552

View File

@@ -11,8 +11,8 @@ DEPENDS = "libopus"
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[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9"
SRC_URI = "git://github.com/xiph/libopusenc.git;branch=master;protocol=https;tag=v${PV}"
SRCREV = "0dba1bea736ab8bb811409dce80c994a00a2ced9"
S = "${UNPACKDIR}/libopusenc-${PV}"