aboutsummaryrefslogtreecommitdiff
path: root/python/python-socks
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-03-03 23:17:13 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:13 +0700
commit0afcdbe3232f255b077346d5dbfb55874068d535 (patch)
treece0ed33b87d6083a3f5ffed3b20bf077022bc0eb /python/python-socks
parent2a6acf50a9493ffb0ae137fdfcaab0f275e414eb (diff)
downloadslackbuilds-0afcdbe3232f255b077346d5dbfb55874068d535.tar.xz
python/python-socks: Updated for version 2.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-socks')
-rw-r--r--python/python-socks/python-socks.SlackBuild8
-rw-r--r--python/python-socks/python-socks.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild
index 33713ce0b8ff..bedb53359efc 100644
--- a/python/python-socks/python-socks.SlackBuild
+++ b/python/python-socks/python-socks.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/bash
# Slackware build script for python-socks
-# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
+
+# Copyright 2019-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-socks
-VERSION=${VERSION:-2.0.3}
+VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/python-socks/python-socks.info b/python/python-socks/python-socks.info
index 855b7cca2e6c..50b1edb20506 100644
--- a/python/python-socks/python-socks.info
+++ b/python/python-socks/python-socks.info
@@ -1,8 +1,8 @@
PRGNAM="python-socks"
-VERSION="2.0.3"
+VERSION="2.1.1"
HOMEPAGE="https://github.com/romis2012/python-socks/"
-DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.0.3/python-socks-2.0.3.tar.gz"
-MD5SUM="8e42b51257eee1b74f36bd585ebaada5"
+DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.1.1/python-socks-2.1.1.tar.gz"
+MD5SUM="117d0c1655c62d4b52c3b933f073d894"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""