academic/wehi-weasel: Updated for version 3.7.1.18.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2020-09-15 08:24:56 +07:00 committed by Willy Sudiarto Raharjo
parent 4379f5893b
commit b36642ad39
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View File

@ -3,4 +3,4 @@
# This starts the program jar file. The -Xmx1024m value indicates the
# amount of RAM allocated to the program. You may wish to change this.
java -jar -Xmx1024m /usr/share/java/wehi-weasel/Weasel.jar
java -jar -Xmx2048m /opt/wehi-weasel/Weasel.jar

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wehi-weasel
VERSION=${VERSION:-3.6.11.8}
VERSION=${VERSION:-3.7.1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -36,7 +36,7 @@ OUTPUT=${OUTPUT:-/tmp}
SRCNAM=wsl
JARNAM=Weasel
SRCVER=36118
SRCVER=37118
SRCDIST=unix
LICENSE=WeaselLicence.doc
@ -57,10 +57,10 @@ find -L . \
# Copy the jar file and the icons. I am not sure the icons are needed
# by the program at runtime, but it will not hurt to have them there.
mkdir -p $PKG/usr/share/java/$PRGNAM
mkdir -p $PKG/opt/$PRGNAM
cp -a \
$JARNAM.jar WeaselIcon16.gif WeaselIcon32.gif WeaselIcon.ico \
$PKG/usr/share/java/$PRGNAM
$PKG/opt/$PRGNAM
# You may wish to check this simple wrapper for the amount of RAM that
# is allocated to the program.

View File

@ -1,8 +1,8 @@
PRGNAM="wehi-weasel"
VERSION="3.6.11.8"
VERSION="3.7.1.18"
HOMEPAGE="http://www.frankbattye.com.au/Weasel/"
DOWNLOAD="http://www.frankbattye.com.au/Weasel/WeaselDownload.html"
MD5SUM="d13a157935311839de4a8b582389f809"
MD5SUM="d9154f7e71dbd1a8311f8cbd03b44090"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"