From 0afcdbe3232f255b077346d5dbfb55874068d535 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 3 Mar 2023 23:17:13 -0800 Subject: python/python-socks: Updated for version 2.1.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python-socks/python-socks.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'python/python-socks/python-socks.SlackBuild') diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild index 33713ce0b8..bedb53359e 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 + +# Copyright 2019-2023 Isaac Yu # 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 -- cgit v1.2.3