diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-10-07 20:57:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-11 06:19:51 +0700 |
commit | 8c6b10784f23ad3306aeaa5dbb0ea8a46c788b6e (patch) | |
tree | 665220999dd5c94094646957efbed93737e93073 /academic | |
parent | ba3f47960d952aacab34a7743336ba4375a13097 (diff) |
academic/wehi-weasel: Updated for version 3.4.2.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/wehi-weasel/wehi-weasel.SlackBuild | 8 | ||||
-rw-r--r-- | academic/wehi-weasel/wehi-weasel.info | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/academic/wehi-weasel/wehi-weasel.SlackBuild b/academic/wehi-weasel/wehi-weasel.SlackBuild index 5c95869517e6..0542299f7cb8 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.3.3.16} +VERSION=${VERSION:-3.4.2.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,9 +36,9 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=wsl JARNAM=Weasel -SRCVER=33316 +SRCVER=34217 SRCDIST=unix -LICENSE=Weaselv3_3_3License +LICENSE=Weaselv3_4Licence.doc set -e @@ -69,7 +69,7 @@ install -D -m755 $CWD/$PRGNAM $PKG/usr/bin/$PRGNAM # This doc file is what you need in order to apply for license. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README.txt $LICENSE.doc \ + README.txt $LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/LICENSE > $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE diff --git a/academic/wehi-weasel/wehi-weasel.info b/academic/wehi-weasel/wehi-weasel.info index ef47bab4cd87..4567e471f5cf 100644 --- a/academic/wehi-weasel/wehi-weasel.info +++ b/academic/wehi-weasel/wehi-weasel.info @@ -1,8 +1,8 @@ PRGNAM="wehi-weasel" -VERSION="3.3.3.16" +VERSION="3.4.2.17" HOMEPAGE="http://www.frankbattye.com.au/Weasel/" DOWNLOAD="http://www.frankbattye.com.au/Weasel/WeaselDownload.html" -MD5SUM="85f7c4c39e22c68bc12c713cb49337d6" +MD5SUM="a8ceb788ca32f229a1d0e9f453ca51cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |