diff options
author | He Xian <hexian000@outlook.com> | 2022-04-13 17:32:48 +0800 |
---|---|---|
committer | He Xian <hexian000@outlook.com> | 2022-05-14 16:02:07 +0800 |
commit | 5d917b957891c23d030c1e64c4857cb1a1035650 (patch) | |
tree | 506e49a6882afc09e23396c8e80c6b6f729c4aca /net/privoxy/Makefile | |
parent | 35e419ae14af052c247ce4b9ffdd067113ebd885 (diff) |
privoxy: update to 3.0.33 and fix the init script
1. Fixed init script would kill itself when trying to stop a service.
2. Upgrade privoxy release to 3.0.33
3. Set PKG_RELEASE to AUTORELEASE
Signed-off-by: He Xian <hexian000@outlook.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 c33efd9c6..1f8e72a09 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy -PKG_VERSION:=3.0.28 -PKG_RELEASE:=1 +PKG_VERSION:=3.0.33 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=privoxy-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa -PKG_HASH:=b5d78cc036aaadb3b7cf860e9d598d7332af468926a26e2d56167f1cb6f2824a +PKG_HASH:=04b104e70dac61561b9dd110684b250fafc8c13dbe437a60fae18ddd9a881fae PKG_BUILD_DIR:=$(BUILD_DIR)/privoxy-$(PKG_VERSION)-stable PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |