system/exomizer: Updated for version 3.1.1.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-08-26 14:48:40 -04:00 committed by Willy Sudiarto Raharjo
parent 88effb9f3b
commit bb6cded172
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 7 deletions

View file

@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20210826 bkw: update for v3.1.1.
# 20210225 bkw: update for v3.1.0, try using upstream's download
# URL again. Handle bitbucket adding ?rev=<hash> to the filename, by
# using .zip* as the source filename. Not ideal, but workable.
@ -23,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=exomizer
VERSION=${VERSION:-3.1.0}
VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -36,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# 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

View file

@ -1,8 +1,8 @@
PRGNAM="exomizer"
VERSION="3.1.0"
VERSION="3.1.1"
HOMEPAGE="https://bitbucket.org/magli143/exomizer/wiki/Home"
DOWNLOAD="https://bitbucket.org/magli143/exomizer/wiki/downloads/exomizer-3.1.0.zip"
MD5SUM="ea39dde72aa703324e27a4ee8b6ad1b4"
DOWNLOAD="https://bitbucket.org/magli143/exomizer/wiki/downloads/exomizer-3.1.1.zip"
MD5SUM="c50423f0d3fd26de352991b0430a73a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""