diff options
author | Симон Болоканов <sbolokanov@abv.bg> | 2016-03-27 07:46:09 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-03-31 12:49:19 +0100 |
commit | 54cc36021813ec32604c41311516bc2053096b69 (patch) | |
tree | 69477f883a283d713cc4ebb270faf25f20bf1de6 /games/xonotic | |
parent | 8142f55decc8bb940fcbdf85bd200798d2757737 (diff) | |
download | slackbuilds-54cc36021813ec32604c41311516bc2053096b69.tar.gz |
games/xonotic: Updated for version 0.8.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 3 | ||||
-rw-r--r-- | games/xonotic/xonotic.info | 14 |
2 files changed, 6 insertions, 11 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index 00dbdc02c2..c47e2d464a 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xonotic -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION Xonotic unzip $CWD/$PRGNAM-$VERSION.zip -unzip $CWD/$PRGNAM-$VERSION-crypto.zip Xonotic/source/d0_blind_id/d0_rijndael.c mv Xonotic $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . diff --git a/games/xonotic/xonotic.info b/games/xonotic/xonotic.info index d8f8a20317..c20ba87678 100644 --- a/games/xonotic/xonotic.info +++ b/games/xonotic/xonotic.info @@ -1,14 +1,10 @@ PRGNAM="xonotic" -VERSION="0.7.0" +VERSION="0.8.1" HOMEPAGE="http://www.xonotic.org/" -DOWNLOAD=" \ - http://dl.xonotic.org/xonotic-0.7.0.zip \ - http://dl.xonotic.org/xonotic-0.7.0-crypto.zip" -MD5SUM=" \ - eda7e8acadbefaf4b2efcfb70bbe98e2 \ - 9ec88281a9edcc17eee3476eb1064cff" +DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.1.zip" +MD5SUM="f7a9cd8ab68a00336acca164f983b569" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="David Fillpot" -EMAIL="mfillpot@gmail.com" +MAINTAINER="Симонъ С. Болокановъ" +EMAIL="sbolokanov@abv.bg" |