diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-11-02 08:36:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:18 +0700 |
commit | 000ce7cf9940496401d8f0e16846ff34ae99b6bb (patch) | |
tree | 0fd2bc80c67d261b2a88f4bb06d402ba42e55de6 | |
parent | c8bb093940fd7f18efc701defa4105d0bd50508d (diff) |
graphics/vuescan: Updated for version 9.8.38.
Upstream have dropped 32bit builds. If you need 32 bit, you can
always build with the version from git history and the archive
source on the vuescan website.
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 | 16 | ||||
-rw-r--r-- | graphics/vuescan/vuescan.info | 12 |
2 files changed, 8 insertions, 20 deletions
diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index 9527d26d06b5..38dfebceb222 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -27,9 +27,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vuescan -VERSION=${VERSION:-9.8.37} +VERSION=${VERSION:-9.8.38} SRCVER=${SRCVER:-$(echo "$VERSION" | cut -d. -f-2 | sed 's/\.//g')} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,12 +50,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ] ; then - SOURCEFILE=vuex32$SRCVER.tgz - if [ ! -e "$CWD/$SOURCEFILE" ] ; then - SOURCEFILE=vuex32-$VERSION.tgz - fi -elif [ "$ARCH" = "x86_64" ]; then +if [ "$ARCH" = "x86_64" ]; then SOURCEFILE=vuex64$SRCVER.tgz if [ ! -e "$CWD/$SOURCEFILE" ] ; then SOURCEFILE=vuex64-$VERSION.tgz @@ -65,11 +60,6 @@ elif [ "$ARCH" = "aarch64" ]; then if [ ! -e "$CWD/$SOURCEFILE" ] ; then SOURCEFILE=vuea64-$VERSION.tgz fi -elif [ "$ARCH" = "arm" ]; then - SOURCEFILE=vuea32$SRCVER.tgz - if [ ! -e "$CWD/$SOURCEFILE" ] ; then - SOURCEFILE=vuea32-$VERSION.tgz - fi else echo "ARCH $ARCH is unsupported."; exit 1 fi diff --git a/graphics/vuescan/vuescan.info b/graphics/vuescan/vuescan.info index 323ab8ed3042..2513f26747be 100644 --- a/graphics/vuescan/vuescan.info +++ b/graphics/vuescan/vuescan.info @@ -1,14 +1,12 @@ PRGNAM="vuescan" -VERSION="9.8.37" +VERSION="9.8.38" HOMEPAGE="https://www.hamrick.com" -DOWNLOAD="https://d2bwyyzfw77fhf.cloudfront.net/vuea3298.tgz \ - https://d2bwyyzfw77fhf.cloudfront.net/vuex3298.tgz" -MD5SUM="54d72489f6cb56b2f14642545f942696 \ - 3da94cecab1b18aa127f531c17681248" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" DOWNLOAD_x86_64="https://d2bwyyzfw77fhf.cloudfront.net/vuea6498.tgz \ https://d2bwyyzfw77fhf.cloudfront.net/vuex6498.tgz" -MD5SUM_x86_64="6253b6f885234c61f33d64701652bce9 \ - 6b243b541bbe08b477f56ddd886ea6f8" +MD5SUM_x86_64="48d25173b476337fac61894056026ffe \ + 9bb6a9a4b518477661b4bc7920bb180c" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |