python/python3-aiohttp-socks: Updated for version 0.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2024-07-31 18:10:18 +02:00 committed by Willy Sudiarto Raharjo
parent b84478dfe2
commit bba6ec37bf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp-socks"
VERSION="0.8.4"
VERSION="0.9.0"
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.8.4/aiohttp-socks-0.8.4.tar.gz"
MD5SUM="157771a68f5db520bb783269b688a719"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.9.0/aiohttp-socks-0.9.0.tar.gz"
MD5SUM="391fa4d4b06fd877e5ef9de0692718bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohttp python3-socks"