diff options
author | nomnombtc <nomnombtc@arcor.de> | 2025-01-07 21:42:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-08 14:42:48 +0700 |
commit | bae04d67c4ba7e7fae7feb9b46d18e4ebe1a69d5 (patch) | |
tree | 00497ffd76da09bcfbfd6d9a62658ecea2e86ba3 /python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | |
parent | 6d5dc8f1eb199d4500bbe5f40b6e6bbe396512bf (diff) |
python/python3-aiohttp-socks: Updated for version 0.10.1.
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 9d4ed7161e..3e9b14a76c 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-2024 nomnombtc <nomnombtc@arcor.de> +# Copyright 2023-2025 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.10.0} +VERSION=${VERSION:-0.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |