mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-async-timeout: Updated for version 4.0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c0491c2e3
commit
0087145fe1
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-async-timeout
|
||||
VERSION=${VERSION:-4.0.2}
|
||||
VERSION=${VERSION:-4.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-async-timeout"
|
||||
VERSION="4.0.2"
|
||||
VERSION="4.0.3"
|
||||
HOMEPAGE="https://github.com/aio-libs/async-timeout"
|
||||
DOWNLOAD="https://github.com/aio-libs/async-timeout/releases/download/v4.0.2/async-timeout-4.0.2.tar.gz"
|
||||
MD5SUM="10571272b2e0fab839ec23f8293bf482"
|
||||
DOWNLOAD="https://github.com/aio-libs/async-timeout/releases/download/v4.0.3/async-timeout-4.0.3.tar.gz"
|
||||
MD5SUM="9bf7b764a7310cb063c1c261c21342e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="typing-extensions"
|
||||
|
|
Loading…
Reference in a new issue