diff options
Diffstat (limited to 'academic/wehi-weasel/wehi-weasel.SlackBuild')
-rw-r--r-- | academic/wehi-weasel/wehi-weasel.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/wehi-weasel/wehi-weasel.SlackBuild b/academic/wehi-weasel/wehi-weasel.SlackBuild index f4c57aa018..3d61c1e11c 100644 --- a/academic/wehi-weasel/wehi-weasel.SlackBuild +++ b/academic/wehi-weasel/wehi-weasel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wehi-weasel -# Copyright 2017-2018 Petar Petrov slackalaxy@gmail.com +# Copyright 2017-2020 Petar Petrov slackalaxy@gmail.com # 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=wehi-weasel -VERSION=${VERSION:-3.5.0.17} +VERSION=${VERSION:-3.6.0.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,9 +36,9 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=wsl JARNAM=Weasel -SRCVER=35017 +SRCVER=36018 SRCDIST=unix -LICENSE=Weaselv3_5Licence.doc +LICENSE=WeaselLicence.doc set -e |