diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-13 20:40:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-14 15:24:36 +0700 |
commit | a3570c26cce1416e32a1e0ff06388205a49fa6ef (patch) | |
tree | 181c9081ebe071779657a0c71dd95e6d4d279636 /python/python-socks/python-socks.SlackBuild | |
parent | 83b1bd9ef80fd9848d6aa9d46e96bf0bbc01a1f2 (diff) |
python/python-socks: Update for 2.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-socks/python-socks.SlackBuild')
-rw-r--r-- | python/python-socks/python-socks.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild index 7a7e8fcaca..a3c20d1a5e 100644 --- a/python/python-socks/python-socks.SlackBuild +++ b/python/python-socks/python-socks.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-socks -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |