diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-15 15:49:44 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:22 +0700 |
commit | dae8abc60622c80699b901bb393b87d18df1c636 (patch) | |
tree | 15057625add30bbd7c044971c52569dcc86d1929 /graphics | |
parent | 1518c7fb7764bd039bfecb7fe5ad62a875bf0e4f (diff) |
graphics/vuescan: Updated for version 9.7.76.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vuescan/vuescan.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/vuescan/vuescan.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/vuescan/vuescan.SlackBuild b/graphics/vuescan/vuescan.SlackBuild index 1ac96dd3ba40..fc5fd1e81858 100644 --- a/graphics/vuescan/vuescan.SlackBuild +++ b/graphics/vuescan/vuescan.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for vuescan # Copyright 2013-2017 Heiko Rosemann, Germany -# Copyright 2019-2021 Andrew Clemons, Wellington, New Zealand +# Copyright 2019-2022 Andrew Clemons, Wellington, New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vuescan -VERSION=${VERSION:-9.7.74} +VERSION=${VERSION:-9.7.76} SRCVER=${SRCVER:-$(echo "$VERSION" | cut -d. -f-2 | sed 's/\.//g')} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} diff --git a/graphics/vuescan/vuescan.info b/graphics/vuescan/vuescan.info index 1dbbae09bba4..fb80256b4c58 100644 --- a/graphics/vuescan/vuescan.info +++ b/graphics/vuescan/vuescan.info @@ -1,10 +1,10 @@ PRGNAM="vuescan" -VERSION="9.7.74" +VERSION="9.7.76" HOMEPAGE="https://www.hamrick.com" DOWNLOAD="https://d2bwyyzfw77fhf.cloudfront.net/vuex3297.tgz" -MD5SUM="3645a25cdcdd48feeea8099b23ee03d1" +MD5SUM="6b0a9d67c8cb3c5192181668e74d0d50" DOWNLOAD_x86_64="https://d2bwyyzfw77fhf.cloudfront.net/vuex6497.tgz" -MD5SUM_x86_64="36fb4feac9b5eef0be1d1b8c47e3ccb5" +MD5SUM_x86_64="6dcb00e1eefcc7cee7d4438a1e34e23c" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |