All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball
@ 2013-12-18 14:34 David Nyström
  2013-12-18 15:58 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: David Nyström @ 2013-12-18 14:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: David Nyström

Signed-off-by: David Nyström <david.nystrom@enea.com>
---
 meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
index 266781a..7aae334 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c"
 DEPENDS = "udev"
 
 SRC_URI = "https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${PV}.tar.bz2"
-SRC_URI[md5sum] = "3e4b777231d35ce35c15c0704f936eaa"
-SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a"
+SRC_URI[md5sum] = "d41d8cd98f00b204e9800998ecf8427e"
+SRC_URI[sha256sum] = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
 
 PR = "r3"
 
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-18 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 14:34 [PATCH] [meta-oe] pcsc-lite: Fixed md5sum for tarball David Nyström
2013-12-18 15:58 ` Martin Jansa
2013-12-18 19:57   ` David Nyström

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.