diff options
author | nomnombtc <nomnombtc@arcor.de> | 2024-10-09 03:03:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-11 11:48:47 +0700 |
commit | 23e5ab77bfb4d8e2d8576243fdb163491db6eb3b (patch) | |
tree | 1ee17353846fb7539d0e2452e97b1f98d97f62d9 /python | |
parent | 7b0baefa850bc88a202ff233851cfc6dfb4a2785 (diff) |
python/python3-socks: Updated for version 2.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-socks/python3-socks.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-socks/python3-socks.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-socks/python3-socks.SlackBuild b/python/python3-socks/python3-socks.SlackBuild index e37192beafe39..084bb29a038bd 100644 --- a/python/python3-socks/python3-socks.SlackBuild +++ b/python/python3-socks/python3-socks.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-socks -VERSION=${VERSION:-2.5.2} +VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-socks/python3-socks.info b/python/python3-socks/python3-socks.info index 2f6734bd97a7d..47ff94482a9f2 100644 --- a/python/python3-socks/python3-socks.info +++ b/python/python3-socks/python3-socks.info @@ -1,8 +1,8 @@ PRGNAM="python3-socks" -VERSION="2.5.2" +VERSION="2.5.3" HOMEPAGE="https://github.com/romis2012/python-socks/" -DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.5.2/python-socks-2.5.2.tar.gz" -MD5SUM="8d7d029c353ab43c73b1e48030ce2ffb" +DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.5.3/python-socks-2.5.3.tar.gz" +MD5SUM="123afb3b78a93871f5c04219f2ae23a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |