python/python3-tenacity: Update for 8.4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41da619449
commit
3b41a587c9
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-tenacity
|
||||
VERSION=${VERSION:-8.3.0}
|
||||
VERSION=${VERSION:-8.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tenacity"
|
||||
VERSION="8.3.0"
|
||||
VERSION="8.4.2"
|
||||
HOMEPAGE="https://github.com/jd/tenacity"
|
||||
DOWNLOAD="https://github.com/jd/tenacity/archive/refs/tags/8.3.0/tenacity-8.3.0.tar.gz"
|
||||
MD5SUM="0a05465d33942718e57b30fd13a6cef8"
|
||||
DOWNLOAD="https://github.com/jd/tenacity/archive/refs/tags/8.4.2/tenacity-8.4.2.tar.gz"
|
||||
MD5SUM="a44423e86e888e207dd4231b42a8b162"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue