mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/vcmi: updated for version 1.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a574b42b9b
commit
e6dc79c18f
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vcmi
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vcmi"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://forum.vcmi.eu/portal.php"
|
||||
DOWNLOAD="https://github.com/vcmi/vcmi/archive/1.2.0/vcmi-1.2.0.tar.gz"
|
||||
MD5SUM="30b47a421e912ab9651de69fac89abdf"
|
||||
DOWNLOAD="https://github.com/vcmi/vcmi/archive/1.2.1/vcmi-1.2.1.tar.gz"
|
||||
MD5SUM="5688fee11cf25e39e729690bf4aa8097"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fuzzylite libminizip tbb luajit"
|
||||
|
|
Loading…
Reference in a new issue