gnu: allegro: Update to 5.2.4.0.
* gnu/packages/game-development.scm (allegro): Update to 5.2.4.0. [source]: Update URL.
This commit is contained in:
parent
74a4fa5040
commit
b15a020dd5
1 changed files with 3 additions and 6 deletions
|
@ -644,18 +644,15 @@ etc.")
|
||||||
(define-public allegro
|
(define-public allegro
|
||||||
(package
|
(package
|
||||||
(name "allegro")
|
(name "allegro")
|
||||||
(version "5.2.2.0")
|
(version "5.2.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/liballeg/allegro5/releases"
|
(uri (string-append "https://github.com/liballeg/allegro5/releases"
|
||||||
"/download/" version "/allegro-"
|
"/download/" version "/allegro-"
|
||||||
(if (equal? "0" (string-take-right version 1))
|
version ".tar.gz"))
|
||||||
(string-drop-right version 2)
|
|
||||||
version)
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z4lrrlmn471wb7vzbd9iw7g379vj0k964vy1s64hcvv5bhvk1g2"))))
|
"1w9a5yqi5q03b2qvmx5ff90paz0xbr9cy7i7f0xiqa65ava66q9l"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ; there are no tests
|
(arguments `(#:tests? #f)) ; there are no tests
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue