python/python3-multidict: Updated for version 4.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e35688d3eb
commit
efc482fdde
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for python3-multidict
|
||||
# Copyright 2019 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# Copyright 2019-2020 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,11 +22,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python3-multidict
|
||||
SRCNAM=multidict
|
||||
VERSION=${VERSION:-4.7.2}
|
||||
VERSION=${VERSION:-4.7.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=multidict
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-multidict"
|
||||
VERSION="4.7.2"
|
||||
VERSION="4.7.4"
|
||||
HOMEPAGE="https://multidict.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.2/multidict-4.7.2.tar.gz"
|
||||
MD5SUM="3593b1a35ba9e8421a648e44c7ed73db"
|
||||
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.4/multidict-4.7.4.tar.gz"
|
||||
MD5SUM="7e54a88c4902a6d4087d1815ba6e3b14"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-Cython"
|
||||
|
|
Loading…
Reference in New Issue