games/VASSAL: Updated for version 3.4.12.

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 2021-01-01 15:25:01 +01:00 committed by Willy Sudiarto Raharjo
parent 4ba7e3ac5f
commit 9ab54305f1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for VASSAL
# Copyright 2019-2020 Benjamin Trigona-Harant <slackbuilds@jaxartes.net>
# Copyright 2019-2021 Benjamin Trigona-Harant <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=VASSAL
VERSION=${VERSION:-3.4.11}
VERSION=${VERSION:-3.4.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="VASSAL"
VERSION="3.4.11"
VERSION="3.4.12"
HOMEPAGE="http://www.vassalengine.org/"
DOWNLOAD="https://github.com/vassalengine/vassal/releases/download/3.4.11/VASSAL-3.4.11-linux.tar.bz2"
MD5SUM="12f21f531e2b04e4ea9eeba0a799da6a"
DOWNLOAD="https://github.com/vassalengine/vassal/releases/download/3.4.12/VASSAL-3.4.12-linux.tar.bz2"
MD5SUM="bbaa90b25bac0dfb8a1903f7ca7e4a06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk14"