diff options
author | Mario Preksavec <mario@slackware.hr> | 2017-07-25 17:45:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-26 18:28:21 +0700 |
commit | c254485cf994e1ddbc8db81125917277ade348a9 (patch) | |
tree | 321281e7e24d4bb283a708a5602efa37f1c5d54d /system/nagvis/nagvis.SlackBuild | |
parent | 99f292b56666eb2e56a07582fe413c17410c183b (diff) |
system/nagvis: Updated for version 1.9.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/nagvis/nagvis.SlackBuild')
-rw-r--r-- | system/nagvis/nagvis.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nagvis/nagvis.SlackBuild b/system/nagvis/nagvis.SlackBuild index 891270265264..2be0aa4a8892 100644 --- a/system/nagvis/nagvis.SlackBuild +++ b/system/nagvis/nagvis.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nagvis -# Copyright 2015 Mario Preksavec, Zagreb, Croatia +# Copyright 2015, 2017 Mario Preksavec, Zagreb, Croatia # 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=nagvis -VERSION=${VERSION:-1.8.2} +VERSION=${VERSION:-1.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |