From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 2/3] gnu: pingus: Update upstream location. Date: Sun, 6 Nov 2016 11:29:35 +0000 Message-ID: <20161106112936.24282-3-ng0@we.make.ritual.n0.is> References: <20161106112936.24282-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3LeG-0001xd-2A for guix-devel@gnu.org; Sun, 06 Nov 2016 06:30:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3LeE-0005Kj-1s for guix-devel@gnu.org; Sun, 06 Nov 2016 06:30:04 -0500 Received: from aibo.runbox.com ([91.220.196.211]:38478) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3LeD-0005Jf-Se for guix-devel@gnu.org; Sun, 06 Nov 2016 06:30:02 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c3LeC-0007Ss-Tn for guix-devel@gnu.org; Sun, 06 Nov 2016 12:30:01 +0100 In-Reply-To: <20161106112936.24282-1-ng0@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/games.scm (pingus)[source]: Update source uri. --- gnu/packages/games.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a663396..01852d0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -233,11 +233,12 @@ that beneath its ruins lay buried an ancient evil.") (source (origin (method url-fetch) - (uri (string-append "http://pingus.googlecode.com/files/pingus-" - version ".tar.bz2")) + (uri (string-append "https://github.com/Pingus/pingus/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0q34d2k6anzqvb0mf67x85q92lfx9jr71ry13dlp47jx0x9i573m")) + "0r9v6as5vi7skvvy7b0fcaimhdlzmik64pyy68plgljhsghqkkf4")) (patches (search-patches "pingus-sdl-libs-config.patch")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.10.2