graphics/vuescan: Updated for version 9.7.87.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-06-13 13:00:59 +09:00 committed by Willy Sudiarto Raharjo
parent 667e11cec3
commit 3a3e5c3f9e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 9 additions and 11 deletions

View File

@ -4,6 +4,7 @@
# Copyright 2013-2017 Heiko Rosemann, Germany
# Copyright 2019-2022 Andrew Clemons, Wellington, New Zealand
# Copyright 2022 Andrew Clemons, Tokyo, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vuescan
VERSION=${VERSION:-9.7.86}
VERSION=${VERSION:-9.7.87}
SRCVER=${SRCVER:-$(echo "$VERSION" | cut -d. -f-2 | sed 's/\.//g')}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,9 +52,6 @@ case $ARCH in
echo "ARCH $ARCH is unsupported."; exit 1 ;;
esac
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -74,10 +72,10 @@ cd $PRGNAM-$VERSION
tar xvf $CWD/$SOURCEFILE
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Program does not need compiling, is a binary program

View File

@ -1,10 +1,10 @@
PRGNAM="vuescan"
VERSION="9.7.86"
VERSION="9.7.87"
HOMEPAGE="https://www.hamrick.com"
DOWNLOAD="https://d2bwyyzfw77fhf.cloudfront.net/vuex3297.tgz"
MD5SUM="6412e219efb90ec2a0959adb8df35d7d"
MD5SUM="b72443e1d9d0c9b291e3a5512d5bb7d8"
DOWNLOAD_x86_64="https://d2bwyyzfw77fhf.cloudfront.net/vuex6497.tgz"
MD5SUM_x86_64="71fb42657a80d42a5906cb35a3951756"
MD5SUM_x86_64="0c94663b1b202bb3ff755088dee82ffc"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"