guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: pingus: Update upstream location.


From: Efraim Flashner
Subject: 02/03: gnu: pingus: Update upstream location.
Date: Sun, 6 Nov 2016 12:47:27 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit f0badf98d7fd84849ee1d500f67b077085cecf07
Author: ng0 <address@hidden>
Date:   Sun Nov 6 11:29:35 2016 +0000

    gnu: pingus: Update upstream location.
    
    * gnu/packages/games.scm (pingus)[source]: Update source uri.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]