Browse Source
python/python3-authheaders: updated for version 0.16.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/226/head
Arn0
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-authheaders/python3-authheaders.SlackBuild
-
python/python3-authheaders/python3-authheaders.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-authheaders |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-0.16.2} |
|
|
|
VERSION=${VERSION:-0.16.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-authheaders" |
|
|
|
VERSION="0.16.2" |
|
|
|
VERSION="0.16.3" |
|
|
|
HOMEPAGE="https://github.com/ValiMail/authentication-headers" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/a/authheaders/authheaders-0.16.2.tar.gz" |
|
|
|
MD5SUM="603ee21293102e8a3cacd0b3cabe8fcb" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/a/authheaders/authheaders-0.16.3.tar.gz" |
|
|
|
MD5SUM="64014b9038ee1058ad7bd9f545b5f2a2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-authres python3-dkimpy python3-publicsuffix2" |
|
|
|