diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 08:04:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 08:05:08 +0200 |
commit | 33b69d0e9a09c19225e8f5f34869f74fe60e2d2b (patch) | |
tree | 5a36b68985ea3b9cfe9910d39d71c7bf7ec777d9 /package/squid | |
parent | b4e8f5ab5a9e93a96d0dae500cbd9186fcf11d36 (diff) |
more tar.gz fixes
Diffstat (limited to 'package/squid')
-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 d3471bdce..2ca947782 100644 --- a/package/squid/Makefile +++ b/package/squid/Makefile @@ -6,8 +6,8 @@ include ${TOPDIR}/rules.mk PKG_NAME:= squid PKG_VERSION:= 3.4.4 PKG_RELEASE:= 3 -PKG_MD5SUM:= b36ab3696485a86b43d9194ac9b6b7fe -PKG_DESCR:= squid web and cache proxy +PKG_MD5SUM:= dc2bcb967fc6b15bbbc6b961010c0c00 +PKG_DESCR:= web and cache proxy PKG_SECTION:= proxy PKG_DEPENDS:= libopenssl libpthread libstdcxx libltdl PKG_BUILDDEP:= autotool openssl libtool |