games/solarus: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
52196f6a6d
commit
62044292dd
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=solarus
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="solarus"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="https://www.solarus-games.org/"
|
||||
DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.6.0/solarus-v1.6.0.tar.gz"
|
||||
MD5SUM="c5ecc1254d61a2af4b85c15259e95a76"
|
||||
DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.6.1/solarus-v1.6.1.tar.gz"
|
||||
MD5SUM="22649f26197e89adfbfde81d97e3bce1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenAL SDL2_image SDL2_ttf libmodplug luajit physfs"
|
||||
|
|
Loading…
Reference in New Issue