games/solarus: Updated for version 1.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5f4db47dfe
commit
94e3ef432c
|
@ -6,5 +6,8 @@ totally independent from Nintendo.
|
|||
|
||||
Solarus will require game data like zsdx.
|
||||
|
||||
qt5 is an optional dependency for the GUI frontend and required for
|
||||
the solarus-quest-editor.
|
||||
Optional Dependency
|
||||
|
||||
qt5 is an optional dependency for the GUI frontend.
|
||||
|
||||
qt5 is *required* if you are going to build solarus-quest-editor.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for solarus
|
||||
|
||||
# Copyright 2015-2016 Hunter Sezen California, USA
|
||||
# Copyright 2015-2017 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=solarus
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="solarus"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.5.1"
|
||||
HOMEPAGE="http://www.solarus-games.org/"
|
||||
DOWNLOAD="http://www.solarus-games.org/downloads/solarus/solarus-1.5.0-src.tar.gz"
|
||||
MD5SUM="4cf3a71937231911d25e45c3da6b4bb2"
|
||||
DOWNLOAD="http://www.solarus-games.org/downloads/solarus/solarus-1.5.1-src.tar.gz"
|
||||
MD5SUM="647a5908e33721febf3b7dce1dbd9c39"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenAL SDL2_image SDL2_ttf libmodplug luajit physfs"
|
||||
|
|
Loading…
Reference in New Issue