diff options
author | Arn0 <yth@ythogtha.org> | 2021-11-15 08:27:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-16 13:16:13 +0700 |
commit | d69aea7cdf7ccb69dbbd8e16d912ef8bfefb7630 (patch) | |
tree | 3ffff5c1714a7292bd6599114170ba23428d676b /games | |
parent | c62a62bca83db8fec058438c683ed41e148285fa (diff) |
games/warzone2100: updated for version 4.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/warzone2100/warzone2100.SlackBuild | 2 | ||||
-rw-r--r-- | games/warzone2100/warzone2100.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild index ba57ad070f78..aef3005b2ff8 100644 --- a/games/warzone2100/warzone2100.SlackBuild +++ b/games/warzone2100/warzone2100.SlackBuild @@ -34,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=warzone2100 -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-4.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/warzone2100/warzone2100.info b/games/warzone2100/warzone2100.info index 3bb9477db445..32d7798a3eed 100644 --- a/games/warzone2100/warzone2100.info +++ b/games/warzone2100/warzone2100.info @@ -1,8 +1,8 @@ PRGNAM="warzone2100" -VERSION="4.2.0" +VERSION="4.2.1" HOMEPAGE="https://wz2100.net" -DOWNLOAD="https://github.com/Warzone2100/warzone2100/releases/download/4.2.0/warzone2100_src.tar.xz" -MD5SUM="c4b28e3ea0bd0ee77709f837c677883f" +DOWNLOAD="https://github.com/Warzone2100/warzone2100/releases/download/4.2.1/warzone2100_src.tar.xz" +MD5SUM="6c981de1566e2fc67a4faca39f83159d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="physfs" |