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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-02-06 00:31:31 -08:00 committed by Willy Sudiarto Raharjo
parent 8ad025e9c2
commit fd0da431dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/sh
# Slackware build script for python3-aiohttp-socks
# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp-socks
VERSION=${VERSION:-0.6.0}
VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp-socks"
VERSION="0.6.0"
VERSION="0.7.1"
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.6.0/aiohttp-socks-0.6.0.tar.gz"
MD5SUM="ab40f2a1e38ec0d43fdbd1267389afb3"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.7.1/aiohttp-socks-0.7.1.tar.gz"
MD5SUM="9db1441e54a75faf8ded2004e325e2b7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohttp python-socks"