diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-06-13 13:00:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:02 +0700 |
commit | 3a3e5c3f9e574f5ef4596ce11c07d7b3875f25c3 (patch) | |
tree | 9ada0e3842425c4d1a4789e07bff6c5bc073d866 | |
parent | 667e11cec36b633bd3ffd696e16f0e17e50ce0f1 (diff) | |
download | slackbuilds-3a3e5c3f9e574f5ef4596ce11c07d7b3875f25c3.tar.gz |
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>
-rw-r--r-- | graphics/vuescan/vuescan.SlackBuild | 14 | ||||
-rw-r--r-- | graphics/vuescan/vuescan.info | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index cee1bcc395..38605d63e6 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -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 diff --git a/graphics/vuescan/vuescan.info b/graphics/vuescan/vuescan.info index d7f55269ad..4875b6b148 100644 --- a/graphics/vuescan/vuescan.info +++ b/graphics/vuescan/vuescan.info @@ -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" |