diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-09-03 14:56:56 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-09-03 14:56:56 +0200 |
commit | 12aac6aa33274bb4ba0aaf00e90fe4700216607b (patch) | |
tree | 9eca0f7b332eb84145e6d518646c14eb1cbd1860 /net/privoxy/Makefile | |
parent | 7f85f9fbdc023298ad68f8fd69eeb78e52358ed8 (diff) |
privoxy: update to 3.0.26
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'net/privoxy/Makefile')
-rw-r--r-- | net/privoxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index 9c7388b1f..2effdff56 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy -PKG_VERSION:=3.0.24 +PKG_VERSION:=3.0.26 PKG_RELEASE:=1 PKG_SOURCE:=privoxy-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa -PKG_MD5SUM:=44a47d1a5000db8cccd61ace0e25e7f7 +PKG_MD5SUM:=8a1c842112ccea68c19b7ceb4a0e999f PKG_BUILD_DIR:=$(BUILD_DIR)/privoxy-$(PKG_VERSION)-stable PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |