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 | |
parent | 08ccb08c8037d56db4914c3a0b4b1aa1c631a414 (diff) | |
download | slackbuilds-eaa6328159b89455754c69d29d1782266cfbd82b.tar.gz |
graphics/vuescan: Updated for version 9.6.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/vuescan')
-rw-r--r-- | graphics/vuescan/README | 5 | ||||
-rw-r--r-- | graphics/vuescan/vuescan.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/vuescan/vuescan.info | 14 |
3 files changed, 9 insertions, 13 deletions
diff --git a/graphics/vuescan/README b/graphics/vuescan/README index 81f846f92a..030421d0e0 100644 --- a/graphics/vuescan/README +++ b/graphics/vuescan/README @@ -7,8 +7,3 @@ vuescan is commercial software but free to try indefinitly. (watermarking the saved images) vuescan supports many special scanners such as film scanners. - -The creators update vuescan about every two weeks - without changing -the download file name. This will lead to md5sum failures. Drop me -a note at heiko<dot>rosemann<at>web<dot>de and I will try to update -the SlackBuild as quickly as possible. diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index c5d15edfd8..f90b71d3e7 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} diff --git a/graphics/vuescan/vuescan.info b/graphics/vuescan/vuescan.info index b109142026..3f57e3453e 100644 --- a/graphics/vuescan/vuescan.info +++ b/graphics/vuescan/vuescan.info @@ -1,10 +1,10 @@ PRGNAM="vuescan" -VERSION="9.6.07" +VERSION="9.6.46" HOMEPAGE="https://www.hamrick.com" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/vuex3296.tgz" -MD5SUM="894ec35120bb4b68707444433542113d" -DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/vuex6496.tgz" -MD5SUM_x86_64="e7162320193b4b1e816f9eba10b1a2f0" +DOWNLOAD="https://www.hamrick.com/files/vuex3296.tgz" +MD5SUM="3678ae7ff2adff90e51ae2c253248c01" +DOWNLOAD_x86_64="https://www.hamrick.com/files/vuex6496.tgz" +MD5SUM_x86_64="57ccc1c31e7cfdd8fcc3682874307e8c" REQUIRES="" -MAINTAINER="Heiko Rosemann" -EMAIL="heiko.rosemann@web.de" +MAINTAINER="Andrew Clemons" +EMAIL="andrew.clemons@gmail.com" |