diff options
author | Clark WANG (Home) <dearvoid@gmail.com> | 2016-01-03 23:10:33 +0800 |
---|---|---|
committer | Clark WANG (Home) <dearvoid@gmail.com> | 2016-01-03 23:10:33 +0800 |
commit | 416d994d246974ddca92d2aae97071fc2c9f52fd (patch) | |
tree | 5d0a4c06b74e0e52312cf8a80868138707ec5b88 /net/privoxy/Makefile | |
parent | d44c1a9bcf694aa7bef4ca93871a06a8e1263dc7 (diff) |
privoxy: "list" does not work when there are 10+ entries
Signed-off-by: Clark Wang <dearvoid@gmail.com>
Diffstat (limited to 'net/privoxy/Makefile')
-rw-r--r-- | net/privoxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index 76f56156f..8c5ca2c87 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy PKG_VERSION:=3.0.23 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=privoxy-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa |