python/python3-aiohttp: Updated for version 3.6.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2019-10-26 18:07:10 +07:00 committed by Willy Sudiarto Raharjo
parent bec55467d7
commit d32be00b9e
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
PRGNAM=python3-aiohttp
SRCNAM=aiohttp
VERSION=${VERSION:-3.5.4}
VERSION=${VERSION:-3.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,4 +82,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp"
VERSION="3.5.4"
VERSION="3.6.2"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.5.4/aiohttp-3.5.4.tar.gz"
MD5SUM="7a152f5236ee3b3ef97b6f1965a7c62c"
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.6.2/aiohttp-3.6.2.tar.gz"
MD5SUM="9db66b5263e8fc5a11676c59491df508"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gunicorn async-timeout python3-attrs yarl"