python/python3-aiohttp-socks: Updated for version 0.3.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-04-04 09:45:36 +07:00 committed by Willy Sudiarto Raharjo
parent 1dabc2309a
commit cd73f5f606
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-aiohttp-socks
VERSION=${VERSION:-0.3.6}
VERSION=${VERSION:-0.3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp-socks"
VERSION="0.3.6"
VERSION="0.3.7"
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/0.3.6/aiohttp-socks-0.3.6.tar.gz"
MD5SUM="e31d0b8ff2587b364ea624cddf9b8192"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/0.3.7/aiohttp-socks-0.3.7.tar.gz"
MD5SUM="33dc17209c817ef81a502110434c753a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohttp"