From afa0f860291125b01757e5c9e7a5519a21b5b834 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 7 Feb 2021 20:03:42 +0000 Subject: [PATCH] privoxy: update to 3.0.31 --- packages/privoxy/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/privoxy/build.sh b/packages/privoxy/build.sh index 2d0a11a1d..a5fec9d79 100644 --- a/packages/privoxy/build.sh +++ b/packages/privoxy/build.sh @@ -2,9 +2,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_MAINTAINER="@termux" -TERMUX_PKG_VERSION=3.0.29 +TERMUX_PKG_VERSION=3.0.31 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=25c6069efdaf577d47c257da63b03cd6d063fb790e19cc39603d82e5db72489d +TERMUX_PKG_SHA256=077729a3aac79222a4e8d88a650d9028d16fd4b0d6038da8f5f5e47120d004eb # 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