diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-08-17 19:36:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-17 19:36:37 +0700 |
commit | eaa6328159b89455754c69d29d1782266cfbd82b (patch) | |
tree | bff4e286588a9c61db54e0694745e356147f44ac /graphics/vuescan/vuescan.SlackBuild | |
parent | 08ccb08c8037d56db4914c3a0b4b1aa1c631a414 (diff) |
graphics/vuescan: Updated for version 9.6.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/vuescan/vuescan.SlackBuild')
-rw-r--r-- | graphics/vuescan/vuescan.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index c5d15edfd8a65..f90b71d3e74a9 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for vuescan # Copyright 2013-2017 Heiko Rosemann, Germany +# Copyright 2019 Andrew Clemons, Wellington, New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vuescan -VERSION=${VERSION:-9.6.07} +VERSION=${VERSION:-9.6.46} SRCVER=${SRCVER:-$(echo $VERSION | sed -e 's/\.//' -e 's/\..*//')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |