diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-25 13:37:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-26 14:30:04 +0700 |
commit | 6413deefa2e15b891a05728d5cc89160673ae7aa (patch) | |
tree | 1a069ee1b4d258a54c8af071dddfc24968422ab1 /python | |
parent | 30d19eb451b90499fed1908f1d66d9addac7b005 (diff) |
python/python3-authheaders: updated for version 0.16.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-authheaders/python3-authheaders.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-authheaders/python3-authheaders.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-authheaders/python3-authheaders.SlackBuild b/python/python3-authheaders/python3-authheaders.SlackBuild index b46c6c134331..151791b94b7a 100644 --- a/python/python3-authheaders/python3-authheaders.SlackBuild +++ b/python/python3-authheaders/python3-authheaders.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-authheaders SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.16.1} +VERSION=${VERSION:-0.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-authheaders/python3-authheaders.info b/python/python3-authheaders/python3-authheaders.info index 40ef1512113a..7e0c417d0f64 100644 --- a/python/python3-authheaders/python3-authheaders.info +++ b/python/python3-authheaders/python3-authheaders.info @@ -1,8 +1,8 @@ PRGNAM="python3-authheaders" -VERSION="0.16.1" +VERSION="0.16.2" HOMEPAGE="https://github.com/ValiMail/authentication-headers" -DOWNLOAD="https://pypi.python.org/packages/source/a/authheaders/authheaders-0.16.1.tar.gz" -MD5SUM="bf0499975a12be4e6b83e12d396a869c" +DOWNLOAD="https://pypi.python.org/packages/source/a/authheaders/authheaders-0.16.2.tar.gz" +MD5SUM="603ee21293102e8a3cacd0b3cabe8fcb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-authres python3-dkimpy python3-publicsuffix2" |