diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-10-26 18:07:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-26 18:51:53 +0700 |
commit | d32be00b9e0a6e530b9b33bcfbb8c97523e37fc4 (patch) | |
tree | 93b1f24f1047994c35124bcb39d9299909ef180e /python/python3-aiohttp/python3-aiohttp.SlackBuild | |
parent | bec55467d7f901fb47d54d25762f48188d33fb97 (diff) |
python/python3-aiohttp: Updated for version 3.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp/python3-aiohttp.SlackBuild')
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index f48f3f86f2b0f..8819ca5110d1f 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -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}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |