diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-04-17 00:00:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:40 +0700 |
commit | e2d2502ea363eca94a2342ace1fb713c1d89f46c (patch) | |
tree | 178843c9a15160cb8658c6fe2a98745baf8b755f /academic/wehi-weasel/wehi-weasel.SlackBuild | |
parent | 4f792d3ee4ce7c6fe08bfa1e26f9dd4944286cf6 (diff) | |
download | slackbuilds-e2d2502ea363eca94a2342ace1fb713c1d89f46c.tar.gz |
academic/wehi-weasel: Updated for version 3.3.3.16.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 9770ceb8ac..5c95869517 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 2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2017 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.3.2.16} +VERSION=${VERSION:-3.3.3.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,9 +36,9 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=wsl JARNAM=Weasel -SRCVER=33216 +SRCVER=33316 SRCDIST=unix -LICENSE=Weaselv3_3_2License +LICENSE=Weaselv3_3_3License set -e |