libcdio-paranoia: upgrade 10.2+2.0.1 -> 10.2+2.0.2

The project switched to storing their releases on Github.

Changelog:
https://github.com/libcdio/libcdio-paranoia/releases/tag/release-10.2%2B2.0.2

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ankur Tyagi 2025-11-05 12:14:09 +13:00 committed by Khem Raj
parent c62161e4ab
commit ed29757825
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,18 +1,19 @@
SUMMARY = "library to read digital audio CDs with error correction" SUMMARY = "library to read digital audio CDs with error correction"
HOMEPAGE = "http://www.gnu.org/software/libcdio/" HOMEPAGE = "http://www.gnu.org/software/libcdio/"
BUGTRUCKER = "https://github.com/rocky/libcdio-paranoia/issues/" BUGTRUCKER = "https://github.com/libcdio/libcdio-paranoia/issues"
SECTION = "libs" SECTION = "libs"
LICENSE = "GPL-3.0-or-later" LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "libcdio" DEPENDS = "libcdio"
SRC_URI = "${GNU_MIRROR}/libcdio/${BP}.tar.bz2" SRC_URI = "${GITHUB_BASE_URI}/download/release-${PV}/${BP}.tar.bz2"
SRC_URI[sha256sum] = "33b1cf305ccfbfd03b43936975615000ce538b119989c4bec469577570b60e8a" SRC_URI[sha256sum] = "186892539dedd661276014d71318c8c8f97ecb1250a86625256abd4defbf0d0c"
GITHUB_BASE_URI = "https://github.com/libcdio/${BPN}/releases/"
UPSTREAM_CHECK_URI = "https://github.com/rocky/libcdio-paranoia/releases"
UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)" UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)"
inherit autotools pkgconfig inherit autotools pkgconfig github-releases
PACKAGES += "${PN}-utils" PACKAGES += "${PN}-utils"