From 5094e0d29be95f644b832d598406550a87e22cbc Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 29 May 2021 10:28:46 +1200 Subject: graphics/vuescan: Updated for version 9.7.55. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- graphics/vuescan/vuescan.SlackBuild | 17 +++++++++++++---- graphics/vuescan/vuescan.info | 10 +++++----- 2 files changed, 18 insertions(+), 9 deletions(-) (limited to 'graphics') diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index aca0a51a11..4f3937f852 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -24,17 +24,26 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vuescan -VERSION=${VERSION:-9.7.52} -SRCVER=${SRCVER:-$(echo "$VERSION" | sed -e 's/\.//' -e 's/\..*//')} +VERSION=${VERSION:-9.7.55} +SRCVER=${SRCVER:-$(echo "$VERSION" | cut -d. -f-2 | sed 's/\.//g')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=${ARCH:-$(uname -m)} case $ARCH in i?86) - SOURCEFILE=vuex32$SRCVER.tgz ;; + SOURCEFILE=vuex32$SRCVER.tgz + if [ ! -e "$SOURCEFILE" ] ; then + SOURCEFILE=vuex32-$VERSION.tgz + fi + + ;; x86_64) - SOURCEFILE=vuex64$SRCVER.tgz ;; + SOURCEFILE=vuex64$SRCVER.tgz + if [ ! -e "$SOURCEFILE" ] ; then + SOURCEFILE=vuex64-$VERSION.tgz + fi + ;; *) echo "ARCH $ARCH is unsupported."; exit 1 ;; esac diff --git a/graphics/vuescan/vuescan.info b/graphics/vuescan/vuescan.info index 83e983e8ff..ae3fda8446 100644 --- a/graphics/vuescan/vuescan.info +++ b/graphics/vuescan/vuescan.info @@ -1,10 +1,10 @@ PRGNAM="vuescan" -VERSION="9.7.52" +VERSION="9.7.55" HOMEPAGE="https://www.hamrick.com" -DOWNLOAD="https://www.hamrick.com/files/vuex3297.tgz" -MD5SUM="7e9f7469b22142f85f46b262baa9f45f" -DOWNLOAD_x86_64="https://www.hamrick.com/files/vuex6497.tgz" -MD5SUM_x86_64="f90313b1192930d8ee4145a2a7973684" +DOWNLOAD="https://d2bwyyzfw77fhf.cloudfront.net/vuex3297.tgz" +MD5SUM="0b072af59f0bc39c12bd54a7ac19248f" +DOWNLOAD_x86_64="https://d2bwyyzfw77fhf.cloudfront.net/vuex6497.tgz" +MD5SUM_x86_64="7da8d927dbb2bddc07acbed9c9a9f637" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" -- cgit v1.2.3