From bdc6c789695e19198d31faa594b388f35669fa1c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 7 Dec 2020 22:41:12 +0000 Subject: [PATCH] privoxy: update to 3.0.29 --- packages/privoxy/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/privoxy/build.sh b/packages/privoxy/build.sh index 85b970b69..eb3a8e692 100644 --- a/packages/privoxy/build.sh +++ b/packages/privoxy/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://www.privoxy.org TERMUX_PKG_DESCRIPTION="Non-caching web proxy with advanced filtering capabilities" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=3.0.28 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_VERSION=3.0.29 TERMUX_PKG_SRCURL=https://www.privoxy.org/sf-download-mirror/Sources/$TERMUX_PKG_VERSION%20%28stable%29/privoxy-$TERMUX_PKG_VERSION-stable-src.tar.gz -TERMUX_PKG_SHA256=b5d78cc036aaadb3b7cf860e9d598d7332af468926a26e2d56167f1cb6f2824a +TERMUX_PKG_SHA256=25c6069efdaf577d47c257da63b03cd6d063fb790e19cc39603d82e5db72489d # Termux-services adds the run scripts to TERMUX_PKG_CONFFILES. Those ones can not be copied in termux_step_post_massage so setup special variable for that DEFAULT_CONFFILES='etc/privoxy/config etc/privoxy/match-all.action etc/privoxy/trust etc/privoxy/user.action etc/privoxy/user.filter etc/privoxy/default.action etc/privoxy/default.filter' TERMUX_PKG_CONFFILES=$DEFAULT_CONFFILES