diff options
Diffstat (limited to 'network/privoxy')
-rw-r--r-- | network/privoxy/privoxy.SlackBuild | 7 | ||||
-rw-r--r-- | network/privoxy/privoxy.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/network/privoxy/privoxy.SlackBuild b/network/privoxy/privoxy.SlackBuild index c140bd43d4ea..e0342623e36b 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 diff --git a/network/privoxy/privoxy.info b/network/privoxy/privoxy.info index c8dafc652989..561bf7f69029 100644 --- a/network/privoxy/privoxy.info +++ b/network/privoxy/privoxy.info @@ -1,8 +1,8 @@ PRGNAM="privoxy" -VERSION="3.0.32" +VERSION="3.0.33" HOMEPAGE="https://www.privoxy.org/" -DOWNLOAD="https://sourceforge.net/projects/ijbswa/files/Sources/3.0.32%20%28stable%29/privoxy-3.0.32-stable-src.tar.gz" -MD5SUM="3a0a8ebdf80e0a29154683e74cbf510b" +DOWNLOAD="https://sourceforge.net/projects/ijbswa/files/Sources/3.0.33%20%28stable%29/privoxy-3.0.33-stable-src.tar.gz" +MD5SUM="d6caf3eaad4812f0658b68d5b3ba3a06" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |