diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-29 17:11:53 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-29 17:11:53 +0100 |
commit | 76707306d1a91af8749dd5c7dcdea25f31c824a5 (patch) | |
tree | f29efa9339475be1a230dd94f0c61b0ed76dcb77 /net/privoxy/Makefile | |
parent | e8914a2a5762392f444afb9bbe86b429cda4ca29 (diff) |
privoxy: update to release 3.0.34
Update to release 3.0.34 to permit easier backport of PCRE2 support.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'net/privoxy/Makefile')
-rw-r--r-- | net/privoxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index f59920cf3..b30a939a2 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy -PKG_VERSION:=3.0.33 -PKG_RELEASE:=4 +PKG_VERSION:=3.0.34 +PKG_RELEASE:=1 PKG_SOURCE:=privoxy-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa -PKG_HASH:=04b104e70dac61561b9dd110684b250fafc8c13dbe437a60fae18ddd9a881fae +PKG_HASH:=e6ccbca1656f4e616b4657f8514e33a70f6697e9d7294356577839322a3c5d2c PKG_BUILD_DIR:=$(BUILD_DIR)/privoxy-$(PKG_VERSION)-stable PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |