diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-26 14:48:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:44 +0700 |
commit | bb6cded17226a9766d4709ec2960fe345517fdf2 (patch) | |
tree | 8f9d922186d91766a283afaf51c2bab56e853afc | |
parent | 88effb9f3b008c22a41bbf1c1d63bda72ef74fbe (diff) | |
download | slackbuilds-bb6cded17226a9766d4709ec2960fe345517fdf2.tar.gz |
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>
-rw-r--r-- | system/exomizer/exomizer.SlackBuild | 7 | ||||
-rw-r--r-- | system/exomizer/exomizer.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/system/exomizer/exomizer.SlackBuild b/system/exomizer/exomizer.SlackBuild index 1d6ec8b391..503a491dc3 100644 --- a/system/exomizer/exomizer.SlackBuild +++ b/system/exomizer/exomizer.SlackBuild @@ -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 diff --git a/system/exomizer/exomizer.info b/system/exomizer/exomizer.info index 8ce26be2ec..c69ef9e1a5 100644 --- a/system/exomizer/exomizer.info +++ b/system/exomizer/exomizer.info @@ -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="" |