diff options
author | Ted Hess <thess@kitschensync.net> | 2016-09-03 09:38:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-03 09:38:43 -0400 |
commit | 1034356e9ec5d7e732d005c8ac6ba7c731bc31a8 (patch) | |
tree | 9c653e91d75096659385c8ec8eb710f673e028a4 | |
parent | cef167290a3808e44da1c3a7b18fa5ef7481d492 (diff) | |
parent | 12aac6aa33274bb4ba0aaf00e90fe4700216607b (diff) |
Merge pull request #3130 from chris5560/master
privoxy: update to 3.0.26
-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 |