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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-03-28 13:15:55 +07:00 committed by Willy Sudiarto Raharjo
parent af9ed69225
commit 6a02f89450
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.4}
VERSION=${VERSION:-0.3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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