gnu: openttd-engine: Update to 13.3.
* gnu/packages/games.scm (openttd-engine): Update to 13.3.master
parent
1db72854cf
commit
3aa9098bcb
|
@ -4654,14 +4654,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
|
||||||
(define openttd-engine
|
(define openttd-engine
|
||||||
(package
|
(package
|
||||||
(name "openttd-engine")
|
(name "openttd-engine")
|
||||||
(version "13.1")
|
(version "13.3")
|
||||||
(source
|
(source
|
||||||
(origin (method url-fetch)
|
(origin (method url-fetch)
|
||||||
(uri (string-append "https://cdn.openttd.org/openttd-releases/"
|
(uri (string-append "https://cdn.openttd.org/openttd-releases/"
|
||||||
version "/openttd-" version "-source.tar.xz"))
|
version "/openttd-" version "-source.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fsq1azddk1l11w89r93mgmhna34kvarfak7xy2q48rmf39j5psy"))))
|
"14kiksw9qb37ryg6xkq4gahpvvd5yxwqz21sqws525k7zg91dyma"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list allegro
|
(list allegro
|
||||||
|
|
Reference in New Issue