diff options
author | Arn0 <yth@ythogtha.org> | 2020-09-02 09:17:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-02 15:00:44 +0700 |
commit | 3869268d316a2f21b63bc6d4e895ed656c26e882 (patch) | |
tree | f66f9a764770f213e91f83224709af9affe61c47 | |
parent | 9bd1a275bb9ebe4acc7658504ab3eb01f5904848 (diff) | |
download | slackbuilds-3869268d316a2f21b63bc6d4e895ed656c26e882.tar.gz |
games/warzone2100: updated for version 3.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/warzone2100/warzone2100.SlackBuild | 4 | ||||
-rw-r--r-- | games/warzone2100/warzone2100.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild index 6bc4da540f..9aa0274c11 100644 --- a/games/warzone2100/warzone2100.SlackBuild +++ b/games/warzone2100/warzone2100.SlackBuild @@ -32,8 +32,8 @@ # - move binary to /usr/games (since it has a section 6 man page) PRGNAM=warzone2100 -VERSION=${VERSION:-3.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.4.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/games/warzone2100/warzone2100.info b/games/warzone2100/warzone2100.info index 06d259c334..91fde3557c 100644 --- a/games/warzone2100/warzone2100.info +++ b/games/warzone2100/warzone2100.info @@ -1,8 +1,8 @@ PRGNAM="warzone2100" -VERSION="3.4.0" +VERSION="3.4.1" HOMEPAGE="http://wz2100.net" -DOWNLOAD="https://github.com/Warzone2100/warzone2100/releases/download/3.4.0/warzone2100_src.tar.xz" -MD5SUM="0d0548862689f00e271613b91657a0f0" +DOWNLOAD="https://github.com/Warzone2100/warzone2100/releases/download/3.4.1/warzone2100_src.tar.xz" +MD5SUM="f538187f6ffdd6cfd0c660d45f3f2238" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL physfs SDL2 qt5 libsodium" |