games/VASSAL: Updated for version 3.4.9.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-11-21 20:44:30 -08:00 committed by Willy Sudiarto Raharjo
parent 345fbbcc53
commit 34cd7741c1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for VASSAL
# Copyright 2019 Benjamin Trigona-Harant <slackbuilds@jaxartes.net>
# Copyright 2019-2020 Benjamin Trigona-Harant <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=VASSAL
VERSION=${VERSION:-3.4.8}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="VASSAL"
VERSION="3.4.8"
VERSION="3.4.9"
HOMEPAGE="http://www.vassalengine.org/"
DOWNLOAD="https://github.com/vassalengine/vassal/releases/download/3.4.8/VASSAL-3.4.8-linux.tar.bz2"
MD5SUM="ddb1d5ea8f8346e1d3a643f636f1d2c0"
DOWNLOAD="https://github.com/vassalengine/vassal/releases/download/3.4.9/VASSAL-3.4.9-linux.tar.bz2"
MD5SUM="0d411c31155eb44f63abf0bb36821470"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk14"