diff options
Diffstat (limited to 'graphics')
-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 81f846f92ab9..030421d0e099 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 c5d15edfd8a6..f90b71d3e74a 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 b109142026ae..3f57e3453ef7 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" |