diff options
-rw-r--r-- | package/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/squid/Makefile b/package/squid/Makefile index fcda2aea3..d4daf4447 100644 --- a/package/squid/Makefile +++ b/package/squid/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= squid -PKG_VERSION:= 3.4.5 +PKG_VERSION:= 3.4.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= a831efb36cfbaa419f8dc7a43cba72c9 +PKG_MD5SUM:= 78dba1ef230761577bce53633ca05c9d PKG_DESCR:= web and cache proxy PKG_SECTION:= net/proxy PKG_DEPENDS:= libopenssl libpthread libstdcxx libltdl |