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 | |
parent | 17687563680669f0637be53bf408146dc3b63be6 (diff) |
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>
-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="" |