From 225a0f23b6be2f30a197d40f845548ed09bdac26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 3 Feb 2017 13:47:35 +0100 Subject: [PATCH] pingus: sources have moved to github MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-games/pingus/pingus_0.7.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-games/pingus/pingus_0.7.6.bb b/recipes-games/pingus/pingus_0.7.6.bb index e977f5c..bd52484 100644 --- a/recipes-games/pingus/pingus_0.7.6.bb +++ b/recipes-games/pingus/pingus_0.7.6.bb @@ -9,7 +9,7 @@ RDEPENDS_${PN} += "libmikmod guile bash" inherit scons pythonnative SRC_URI = "\ - http://${PN}.googlecode.com/files/${P}.tar.bz2 \ + https://github.com/Pingus/${PN}/archive/v${PV}.tar.gz \ file://version.patch \ file://sdl_pkgconfig.patch \ file://pingus.desktop \ @@ -32,5 +32,5 @@ do_install() { FILES_${PN} += "${datadir}" -SRC_URI[md5sum] = "561798686f34d3fa4e69135d655f47ac" -SRC_URI[sha256sum] = "759c1253075d1e72691bc1e770b24cdd51917041fd1857c1daf85b65a6686460" +SRC_URI[md5sum] = "8f366e7ba76c9f3525888efe8b04b1ad" +SRC_URI[sha256sum] = "c4cd89e1d350d2472f32de5f6266ac9f3658a3620eace3f79efac45db4323b65"