diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-01-18 10:50:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 10:50:42 +0700 |
commit | 64a66a05f64162f1b34ed88f25fe43b928550802 (patch) | |
tree | fd88f39eb4433bcfc01c955e952b25c64424839f /python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | |
parent | f65a2dbc56ca923b7a7ef97ffdbbdf9342058760 (diff) |
python/python3-aiohttp-socks: Updated for version 0.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild')
-rw-r--r-- | python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild index 5154881f144eb..1b16ab4470281 100644 --- a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild +++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild @@ -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 |