diff options
author | Jay Lanagan <j@lngn.net> | 2023-07-21 21:54:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-21 21:54:00 +0700 |
commit | f1876b8c3620ff811f39312623aeba2368c44cd0 (patch) | |
tree | 17c903b8c3d2af2becab9e9a87987574f727f38a /python/python3-aiohttp/python3-aiohttp.SlackBuild | |
parent | a99ba2a9d7493346a85a3f21945514a3b6ee0ca5 (diff) |
python/python3-aiohttp: Updated for version 3.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp/python3-aiohttp.SlackBuild')
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index 7ced65d04c..94e32fd548 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp -VERSION=${VERSION:-3.8.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.8.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |