[OE-core] [PATCH 11/14] puzzles: Fix checksums

Khem Raj raj.khem at gmail.com
Thu Jul 5 14:35:30 UTC 2012


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-sato/puzzles/puzzles_r9561.bb |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9561.bb
index 83fabdf..e51a18f 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9561.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9561.bb
@@ -11,9 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=453de74d749439762ef4814f7bee1fec"
 # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
 #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
 SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
-SRC_URI[md5sum] = "c86695aebfc95efe1d6241863849101b"
-SRC_URI[sha256sum] = "2c20a45189387e3de8804a58bdb4e47ac4bb0f890001a509dfbdc015b5a84b95"
-
+SRC_URI[md5sum] = "4ffd5eaead1ffba8b865c83b93fb4709"
+SRC_URI[sha256sum] = "35e79befa04c61df850384ff6c07b4d154412240b81f637275de383cb7d542d0"
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
-- 
1.7.9.5





More information about the Openembedded-core mailing list