mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-multidict: Updated for version 6.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9efb32497c
commit
2f16f92151
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-multidict
|
||||
VERSION=${VERSION:-6.0.4}
|
||||
VERSION=${VERSION:-6.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-multidict"
|
||||
VERSION="6.0.4"
|
||||
VERSION="6.0.5"
|
||||
HOMEPAGE="https://multidict.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v6.0.4/multidict-6.0.4.tar.gz"
|
||||
MD5SUM="555c99e9f4015f62485ce813859fe50f"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v6.0.5/multidict-6.0.5.tar.gz"
|
||||
MD5SUM="d9905b304e4c4d83b663dc5d7c0c5aa3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue