guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: allegro: Update to 5.2.4.0.


From: Kei Kebreau
Subject: 01/01: gnu: allegro: Update to 5.2.4.0.
Date: Fri, 27 Jul 2018 14:32:20 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit b15a020dd5f12aa385be7829a7ba30e6794d5852
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 27 14:23:43 2018 -0400

    gnu: allegro: Update to 5.2.4.0.
    
    * gnu/packages/game-development.scm (allegro): Update to 5.2.4.0.
    [source]: Update URL.
---
 gnu/packages/game-development.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index fe07bc2..130312a 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -644,18 +644,15 @@ etc.")
 (define-public allegro
   (package
     (name "allegro")
-    (version "5.2.2.0")
+    (version "5.2.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/liballeg/allegro5/releases";
                                   "/download/" version "/allegro-"
-                                  (if (equal? "0" (string-take-right version 
1))
-                                    (string-drop-right version 2)
-                                    version)
-                                  ".tar.gz"))
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "1z4lrrlmn471wb7vzbd9iw7g379vj0k964vy1s64hcvv5bhvk1g2"))))
+                "1w9a5yqi5q03b2qvmx5ff90paz0xbr9cy7i7f0xiqa65ava66q9l"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ; there are no tests
     (inputs



reply via email to

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