diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-08-05 07:54:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-08 13:26:05 +0700 |
commit | 27efedac1e59e2202e7e95a4e44030483438aa56 (patch) | |
tree | 832a1f13cde49253b85a1836631ed5ecdea40762 /python/python3-aiohttp/python3-aiohttp.SlackBuild | |
parent | d812b1bd3553fb998d4c908914546f20c1c367b7 (diff) |
python/python3-aiohttp: Updated for version 3.10.1.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index 920216d988..39719c991f 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp -VERSION=${VERSION:-3.10.0} +VERSION=${VERSION:-3.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |