diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-06-03 09:02:11 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:05 +0700 |
commit | 098d4577ede5e8af5c8cc3423a1823e9057807b0 (patch) | |
tree | 7a2f6b435acbe21ef79fa43b91e5126934ce5ce5 /python/feedparser/feedparser.SlackBuild | |
parent | 5a9fd1a9e0e35fd2f72a39bf6cb9dc5a40508813 (diff) |
python/feedparser: Updated for version 6.0.10
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/feedparser/feedparser.SlackBuild')
-rw-r--r-- | python/feedparser/feedparser.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/python/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild index 1743c877846e7..e4b165b5391cb 100644 --- a/python/feedparser/feedparser.SlackBuild +++ b/python/feedparser/feedparser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for feedparser # Modified by Luis Henrique <lmello.009@gmail.com> -# Maintained 2014-2021 by Christoph Willing <chris.willing@linux.com> +# Maintained 2014-2022 by Christoph Willing <chris.willing@linux.com> # Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com> # All rights reserved. @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=feedparser -VERSION=${VERSION:-6.0.8} +VERSION=${VERSION:-6.0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,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 |