games/pioneer: Updated for version 20180203.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4d56ca1df4
commit
bd817750d4
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Pioneer
|
||||
|
||||
# Copyright 2015-2017 Hunter Sezen California, USA
|
||||
# Copyright 2015-2018 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pioneer
|
||||
SRCNAM=$(printf %s $PRGNAM | tr [a-z] [A-Z])
|
||||
VERSION=${VERSION:-20171001}
|
||||
VERSION=${VERSION:-20180203}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pioneer"
|
||||
VERSION="20171001"
|
||||
VERSION="20180203"
|
||||
HOMEPAGE="https://pioneerspacesim.net/"
|
||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20171001/pioneer-20171001.tar.gz"
|
||||
MD5SUM="f800e0e7fbe8b0179fb2995f1712ba03"
|
||||
DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20180203/pioneer-20180203.tar.gz"
|
||||
MD5SUM="fa8d854760c09e32e5fe0a9dfbfd3f5f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_image assimp"
|
||||
|
|
Loading…
Reference in New Issue