diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 01:37:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:55 +0700 |
commit | 5aa4844e48d172673b8d68bdb9c4453bedd04bc8 (patch) | |
tree | 53bada6ce523364432efa64e5af4ead88cabf26e /python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | |
parent | 459760a108e2c53ba7077bf2ab9f48f3ca2c3b2b (diff) |
python/python3-aiohttp-socks: Updated for version 0.5.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild index cd1291de5314..718a2fa633fd 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-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-aiohttp-socks -VERSION=${VERSION:-0.3.9} +VERSION=${VERSION:-0.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |