mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-authheaders: updated for version 0.16.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
30d19eb451
commit
6413deefa2
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue