summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Petar Petrov2020-09-15 03:24:56 +0200
committer Willy Sudiarto Raharjo2020-09-15 03:24:56 +0200
commitb36642ad39f358bdd3b8288b4cb453e2f7316a0e (patch)
tree196c775aed8cf82ab9202461f2feabc93d1ac85e
parent4379f5893ba2fc6e20bb2ac43f52c7c9300bbdf6 (diff)
downloadslackbuilds-b36642ad39f358bdd3b8288b4cb453e2f7316a0e.tar.gz
academic/wehi-weasel: Updated for version 3.7.1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/wehi-weasel/wehi-weasel2
-rw-r--r--academic/wehi-weasel/wehi-weasel.SlackBuild8
-rw-r--r--academic/wehi-weasel/wehi-weasel.info4
3 files changed, 7 insertions, 7 deletions
diff --git a/academic/wehi-weasel/wehi-weasel b/academic/wehi-weasel/wehi-weasel
index 994a389f76..f086e18ce9 100644
--- a/academic/wehi-weasel/wehi-weasel
+++ b/academic/wehi-weasel/wehi-weasel
@@ -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
diff --git a/academic/wehi-weasel/wehi-weasel.SlackBuild b/academic/wehi-weasel/wehi-weasel.SlackBuild
index 5a8de5b25c..2eae95610b 100644
--- a/academic/wehi-weasel/wehi-weasel.SlackBuild
+++ b/academic/wehi-weasel/wehi-weasel.SlackBuild
@@ -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.
diff --git a/academic/wehi-weasel/wehi-weasel.info b/academic/wehi-weasel/wehi-weasel.info
index fd10edf09c..11c1529672 100644
--- a/academic/wehi-weasel/wehi-weasel.info
+++ b/academic/wehi-weasel/wehi-weasel.info
@@ -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"