mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
345fbbcc53
commit
34cd7741c1
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue