Browse Source

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/270/head
nomnombtc 9 months ago
committed by Willy Sudiarto Raharjo
parent
commit
bae04d67c4
  1. 4
      python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild
  2. 8
      python/python3-aiohttp-socks/python3-aiohttp-socks.info

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

8
python/python3-aiohttp-socks/python3-aiohttp-socks.info

@ -1,10 +1,10 @@
PRGNAM="python3-aiohttp-socks"
VERSION="0.10.0"
VERSION="0.10.1"
HOMEPAGE="https://github.com/romis2012/aiohttp-socks/"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.10.0/aiohttp-socks-0.10.0.tar.gz"
MD5SUM="612ef626bd0a7ebfb3dbdba156d4773d"
DOWNLOAD="https://github.com/romis2012/aiohttp-socks/archive/v0.10.1/aiohttp-socks-0.10.1.tar.gz"
MD5SUM="4ad359bcf23071e240ef5c694e0e749d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohttp python3-socks python3-setuptools-opt"
REQUIRES="python3-aiohttp python3-socks"
MAINTAINER="nomnombtc"
EMAIL="nomnombtc@arcor.de"
Loading…
Cancel
Save