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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-01-18 10:50:42 +07:00 committed by Willy Sudiarto Raharjo
parent f65a2dbc56
commit 64a66a05f6
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for python3-aiohttp-socks
# 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,8 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-aiohttp-socks
VERSION=${VERSION:-0.2.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=aiohttp-socks

View File

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp-socks"
VERSION="0.2.2"
VERSION="0.3.4"
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/0.2.2/aiohttp-socks-0.2.2.tar.gz"
MD5SUM="60301661cfd1fc235779883731528f5c"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/0.3.4/aiohttp-socks-0.3.4.tar.gz"
MD5SUM="ed47d8ff069bc81761272e9879f18aff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohttp"