mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
libdmtx: Use the new GitHub mirror
Summary: The old SourceForge mirror has been removed, update to the new GitHub mirror to fix the downloads. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewers: vkrause Reviewed By: vkrause Differential Revision: https://phabricator.kde.org/D18197
This commit is contained in:
@@ -7,6 +7,6 @@ PR = "r0"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libdmtx/libdmtx/${PV}/libdmtx-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "9d9d87f489f0d5b3727d00b784e04c33"
|
||||
SRC_URI[sha256sum] = "686bcfb44e50b96345aa53f41e285f2118a2cf87a333b69b74165a2e7ddca492"
|
||||
SRC_URI = "https://github.com/dmtx/libdmtx/archive/v${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "aee0184c1374242996c9991a3133ada9"
|
||||
SRC_URI[sha256sum] = "15c6411f56cad4f58fa426f0ce96e0baf32b280af50082bd28edb651638e9c32"
|
||||
|
||||
Reference in New Issue
Block a user