mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/xonotic: Updated for version 0.8.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c23bdb4ca
commit
50d294d1be
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xonotic
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xonotic"
|
||||
VERSION="0.8.5"
|
||||
VERSION="0.8.6"
|
||||
HOMEPAGE="http://www.xonotic.org/"
|
||||
DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.5.zip"
|
||||
MD5SUM="bc82a061ceb33319d8496a8212502893"
|
||||
DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.6.zip"
|
||||
MD5SUM="32cdf9f90930e4599177dafc41adda48"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue