From 0c135a1aefb6cd16b6ac9a03cff073ea9e272ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 2 Feb 2019 01:23:02 +0100 Subject: [PATCH] libdmtx: upgrade 0.7.4 -> 0.7.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sourees moved to github Signed-off-by: Andreas Müller --- recipes-support/libdmtx/libdmtx_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/libdmtx/libdmtx_git.bb b/recipes-support/libdmtx/libdmtx_git.bb index 3f267ccb..97862b6f 100644 --- a/recipes-support/libdmtx/libdmtx_git.bb +++ b/recipes-support/libdmtx/libdmtx_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8a135723039c12792b01a2c688251b" inherit autotools pkgconfig -SRC_URI = "git://git.code.sf.net/p/libdmtx/libdmtx;protocol=git" -SRCREV = "eba6d5193fff75efa2707d0c0a5ded9134d2aa58" -PV = "0.7.4" +SRC_URI = "git://github.com/dmtx/libdmtx.git" +SRCREV = "53f001bbcb09f40747d645997f723fc96a58fec2" +PV = "0.7.5" S = "${WORKDIR}/git"