diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-07-16 09:27:41 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 06:40:13 +0700 |
commit | 90ec87526af9c163761f0bd95f856f1bbbfd003d (patch) | |
tree | 3af2ef731588d3e664a1fc35bffbe44522cb030b /graphics | |
parent | 7600a5663026638e86dfe84e42c2325386879fe0 (diff) | |
download | slackbuilds-90ec87526af9c163761f0bd95f856f1bbbfd003d.tar.gz |
graphics/vuescan: Updated for version 9.7.89.
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 5e879ec705..615053628c 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.7.88} +VERSION=${VERSION:-9.7.89} SRCVER=${SRCVER:-$(echo "$VERSION" | cut -d. -f-2 | sed 's/\.//g')} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/vuescan/vuescan.info b/graphics/vuescan/vuescan.info index d448c9e419..85ba33ae87 100644 --- a/graphics/vuescan/vuescan.info +++ b/graphics/vuescan/vuescan.info @@ -1,10 +1,10 @@ PRGNAM="vuescan" -VERSION="9.7.88" +VERSION="9.7.89" HOMEPAGE="https://www.hamrick.com" DOWNLOAD="https://d2bwyyzfw77fhf.cloudfront.net/vuex3297.tgz" -MD5SUM="035115aa523d8980b4536f0867888c5c" +MD5SUM="361cd850f8e30d3ee75424afff4d44b9" DOWNLOAD_x86_64="https://d2bwyyzfw77fhf.cloudfront.net/vuex6497.tgz" -MD5SUM_x86_64="1e422b24149b99e0b9993a1ed48af707" +MD5SUM_x86_64="5ae46199440ce6774a3fb95802997f71" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |