diff options
author | Kyle Guinn <elyk03@gmail.com> | 2022-01-02 17:28:15 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:55:36 +0700 |
commit | 12b2523a0c0f4828f36afdf1908ff7b70f69a8c8 (patch) | |
tree | 14162cd6abf2558579e77f94390dfe4115321b9f /network/privoxy/privoxy.SlackBuild | |
parent | 17687563680669f0637be53bf408146dc3b63be6 (diff) | |
download | slackbuilds-12b2523a0c0f4828f36afdf1908ff7b70f69a8c8.tar.gz |
network/privoxy: Updated for version 3.0.33
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/privoxy/privoxy.SlackBuild')
-rw-r--r-- | network/privoxy/privoxy.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild index c140bd43d4..e0342623e3 100644 --- a/network/privoxy/privoxy.SlackBuild +++ b/network/privoxy/privoxy.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for privoxy # Copyright (c) 2007 alkos333 <me@alkos333.net> -# Copyright 2014-2021 Kyle Guinn <elyk03@gmail.com> +# Copyright 2014-2022 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=privoxy -VERSION=${VERSION:-3.0.32} +VERSION=${VERSION:-3.0.33} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,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 |