graphics/vuescan: Updated for version 9.8.26.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
922308229a
commit
e832659b0d
|
@ -56,5 +56,6 @@ pr-checks:
|
|||
printf '```\n'
|
||||
} > comment-output
|
||||
|
||||
GITLAB_TOKEN="$MR_AUTOMATION_TOKEN" glab mr --repo "$CI_PROJECT_PATH" comment $(echo "$CI_OPEN_MERGE_REQUESTS" | cut -d '!' -f2) --unique=true --message "$(cat comment-output)"
|
||||
# $CI_PROJECT_PATH points to the fork
|
||||
GITLAB_TOKEN="$MR_AUTOMATION_TOKEN" glab mr --repo "SlackBuilds.org/slackbuilds" comment $(echo "$CI_OPEN_MERGE_REQUESTS" | cut -d '!' -f2) --unique=true --message "$(cat comment-output)"
|
||||
done
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vuescan
|
||||
VERSION=${VERSION:-9.8.25}
|
||||
VERSION=${VERSION:-9.8.26}
|
||||
SRCVER=${SRCVER:-$(echo "$VERSION" | cut -d. -f-2 | sed 's/\.//g')}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="vuescan"
|
||||
VERSION="9.8.25"
|
||||
VERSION="9.8.26"
|
||||
HOMEPAGE="https://www.hamrick.com"
|
||||
DOWNLOAD="https://d2bwyyzfw77fhf.cloudfront.net/vuex3298.tgz \
|
||||
https://d2bwyyzfw77fhf.cloudfront.net/vuea3298.tgz"
|
||||
MD5SUM="d375306e71d6e9c9e1c759973bac0b4d \
|
||||
34f791f58c9f768746ea885804515b76"
|
||||
MD5SUM="2e9061751b3d287988522523ffdf9b88 \
|
||||
aabeb12187f2d5c6236fbc3ab9d099a4"
|
||||
DOWNLOAD_x86_64="https://d2bwyyzfw77fhf.cloudfront.net/vuex6498.tgz \
|
||||
https://d2bwyyzfw77fhf.cloudfront.net/vuea6498.tgz"
|
||||
MD5SUM_x86_64="3ecd1318a707603fd8afa86d094a87fc \
|
||||
9f4244eee84eb72f3ce0e6395aeefe1b"
|
||||
MD5SUM_x86_64="82ec10194451cb7360cbbe48f9ee0b74 \
|
||||
1c68dddcdb403e58f76a5ac471f3743b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue