diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2017-07-20 07:20:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:14 +0700 |
commit | f7c68d660a9395e259d1fb80bd0c6855649221b6 (patch) | |
tree | 66803600d859633bfb7988544f013d3b584c0313 /graphics/vuescan/vuescan.SlackBuild | |
parent | 78adfa448a3d1a4dda5ce1603f0aaa1633c6af53 (diff) | |
download | slackbuilds-f7c68d660a9395e259d1fb80bd0c6855649221b6.tar.gz |
graphics/vuescan: Update for new upstream md5sum, build bump.
Signed-off-by: David Spencer <idlemoor@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 bf0d7cb7a6..b6a95ba20b 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vuescan -# Copyright 2013-2014 Heiko Rosemann, Germany +# Copyright 2013-2017 Heiko Rosemann, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=vuescan VERSION=${VERSION:-9.5.80} SRCVER=${SRCVER:-$(echo $VERSION | sed -e 's/\.//' -e 's/\..*//')} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ARCH=${ARCH:-$(uname -m)} |