diff options
Diffstat (limited to 'package/squid')
-rw-r--r-- | package/squid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/squid/Makefile b/package/squid/Makefile index 2ca947782..bf3ab97fb 100644 --- a/package/squid/Makefile +++ b/package/squid/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= squid -PKG_VERSION:= 3.4.4 -PKG_RELEASE:= 3 -PKG_MD5SUM:= dc2bcb967fc6b15bbbc6b961010c0c00 +PKG_VERSION:= 3.4.5 +PKG_RELEASE:= 1 +PKG_MD5SUM:= a831efb36cfbaa419f8dc7a43cba72c9 PKG_DESCR:= web and cache proxy PKG_SECTION:= proxy PKG_DEPENDS:= libopenssl libpthread libstdcxx libltdl |