diff options
author | nomnombtc <nomnombtc@arcor.de> | 2024-07-31 18:10:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-01 21:38:36 +0700 |
commit | bba6ec37bf0488675ec8ffe72a3125f3f118cdd0 (patch) | |
tree | ba5cffbcbd4095f98e583dfc05c45c2ac2bd8c84 /python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | |
parent | b84478dfe2cd3732e8dff5409157b1f3804f8f87 (diff) |
python/python3-aiohttp-socks: Updated for version 0.9.0.
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 ed52e2ab74..16889936a3 100644 --- a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild +++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-aiohttp-socks # Copyright 2019-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 nomnombtc <nomnombtc@arcor.de> +# Copyright 2023-2024 nomnombtc <nomnombtc@arcor.de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp-socks -VERSION=${VERSION:-0.8.4} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |