aboutsummaryrefslogtreecommitdiff
path: root/python/python3-socks/python3-socks.SlackBuild
diff options
context:
space:
mode:
authornomnombtc <nomnombtc@arcor.de>2024-08-22 00:03:17 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-23 07:54:11 +0700
commitbdc52fd55d6478a9af613edc5e0def70896c9b43 (patch)
tree5088a68cccd6c47ea4915113654b5e7c6ee082ca /python/python3-socks/python3-socks.SlackBuild
parentdd033fe515f6abdcfe43c36e5db1f295f7c02d50 (diff)
python/python3-socks: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-socks/python3-socks.SlackBuild')
-rw-r--r--python/python3-socks/python3-socks.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-socks/python3-socks.SlackBuild b/python/python3-socks/python3-socks.SlackBuild
index bfb7cfebbb..393c24c8d3 100644
--- a/python/python3-socks/python3-socks.SlackBuild
+++ b/python/python3-socks/python3-socks.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-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-socks
-VERSION=${VERSION:-2.5.0}
+VERSION=${VERSION:-2.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}