diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-01-23 07:57:17 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-23 18:18:52 +0700 |
commit | 3a76626fbf1364f759a37312e3cd036ae4e1afb0 (patch) | |
tree | bd0c5c1697f23acd4945f6c70066929374de9d03 /graphics/vuescan/vuescan.SlackBuild | |
parent | 254709862e7ca74c6a2711ce50d14a3c68b91018 (diff) |
graphics/vuescan: Updated for version 9.7.45.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/vuescan/vuescan.SlackBuild')
-rw-r--r-- | graphics/vuescan/vuescan.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index b9f581aceaa2f..1d5f21294ce97 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for vuescan # Copyright 2013-2017 Heiko Rosemann, Germany -# Copyright 2019-2020 Andrew Clemons, Wellington, New Zealand +# Copyright 2019-2021 Andrew Clemons, Wellington, New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vuescan -VERSION=${VERSION:-9.7.37} +VERSION=${VERSION:-9.7.45} SRCVER=${SRCVER:-$(echo "$VERSION" | sed -e 's/\.//' -e 's/\..*//')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |