mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python3-aiohttp-socks: Updated for version 0.6.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db545b5685
commit
b7fd1ff016
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python3-aiohttp-socks
|
||||
VERSION=${VERSION:-0.5.5}
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-aiohttp-socks"
|
||||
VERSION="0.5.5"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
|
||||
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.5.5/aiohttp-socks-0.5.5.tar.gz"
|
||||
MD5SUM="4b17307905d5935c99ad9e80a4d95e71"
|
||||
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.6.0/aiohttp-socks-0.6.0.tar.gz"
|
||||
MD5SUM="ab40f2a1e38ec0d43fdbd1267389afb3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-aiohttp"
|
||||
REQUIRES="python3-aiohttp python-socks"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in a new issue