mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-multidict: Updated for version 4.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a45f1c52f
commit
c8573edb66
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
PRGNAM=python3-multidict
|
||||
SRCNAM=multidict
|
||||
VERSION=${VERSION:-4.7.1}
|
||||
VERSION=${VERSION:-4.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-multidict"
|
||||
VERSION="4.7.1"
|
||||
VERSION="4.7.2"
|
||||
HOMEPAGE="https://multidict.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.1/multidict-4.7.1.tar.gz"
|
||||
MD5SUM="3fb55854c960320a4d7c7c05d31f1476"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.2/multidict-4.7.2.tar.gz"
|
||||
MD5SUM="3593b1a35ba9e8421a648e44c7ed73db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-Cython"
|
||||
|
|
Loading…
Reference in a new issue