From patchwork Tue Jan 3 06:20:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,105/113] puzzles: fixed SRC_URI Checksums Date: Tue, 03 Jan 2012 06:20:31 -0000 From: Saul Wold X-Patchwork-Id: 18215 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- meta/recipes-sato/puzzles/puzzles_r9375.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/puzzles/puzzles_r9375.bb b/meta/recipes-sato/puzzles/puzzles_r9375.bb index aec6399..1867dad 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9375.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9375.bb @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5" # 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] = "35e85cefb59d39cd22bf232673857727" -SRC_URI[sha256sum] = "ae94dc8a654582c0cab61ce4699e25027ed720c06b411e5202144a5114fd338b" +SRC_URI[md5sum] = "25f2349611cdd8fb35d27b24f5b937a8" +SRC_URI[sha256sum] = "bddf4e52c328c98b9d95bd7daf6b9098f25e8272a7c1059ba69809eb619124a2" S = "${WORKDIR}/${BPN}-${PV}"