diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 01:37:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:55 +0700 |
commit | 5aa4844e48d172673b8d68bdb9c4453bedd04bc8 (patch) | |
tree | 53bada6ce523364432efa64e5af4ead88cabf26e | |
parent | 459760a108e2c53ba7077bf2ab9f48f3ca2c3b2b (diff) |
python/python3-aiohttp-socks: Updated for version 0.5.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-aiohttp-socks/python3-aiohttp-socks.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild index cd1291de5314..718a2fa633fd 100644 --- a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild +++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for python3-aiohttp-socks -# Copyright 2019-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-aiohttp-socks -VERSION=${VERSION:-0.3.9} +VERSION=${VERSION:-0.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.info b/python/python3-aiohttp-socks/python3-aiohttp-socks.info index 0b930cb5c0b0..6cdf67540043 100644 --- a/python/python3-aiohttp-socks/python3-aiohttp-socks.info +++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.info @@ -1,8 +1,8 @@ PRGNAM="python3-aiohttp-socks" -VERSION="0.3.9" +VERSION="0.5.5" HOMEPAGE="https://github.com/romis2012/aiohttp-socks/" -DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/0.3.9/aiohttp-socks-0.3.9.tar.gz" -MD5SUM="901d0ddeba4ce4b66693d02cbee76413" +DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.5.5/aiohttp-socks-0.5.5.tar.gz" +MD5SUM="4b17307905d5935c99ad9e80a4d95e71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-aiohttp" |