summaryrefslogtreecommitdiff
path: root/package/squid
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:03 +0100
commit469b35af91f6b8123943bab064ecf362e28bc438 (patch)
treea0d84be7d01cd656987e1deb7e032830682d3263 /package/squid
parent3a26d8a1629c063d336d61e0fcf622056499204e (diff)
fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba support
Diffstat (limited to 'package/squid')
-rw-r--r--package/squid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/squid/Makefile b/package/squid/Makefile
index 205bd49da..0204db928 100644
--- a/package/squid/Makefile
+++ b/package/squid/Makefile
@@ -4,7 +4,7 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= squid
-PKG_VERSION:= 3.3.11
+PKG_VERSION:= 3.4.1
PKG_RELEASE:= 1
PKG_MD5SUM:= 1db9aa98a70e501ae8280bc5cfa33140
PKG_DESCR:= squid web and cache proxy
@@ -12,7 +12,7 @@ PKG_SECTION:= proxy
PKG_DEPENDS:= libopenssl libpthread libstdcxx libltdl
PKG_BUILDDEP:= openssl libtool
PKG_URL:= http://www.squid-cache.org/
-PKG_SITES:= http://www.squid-cache.org/Versions/v3/3.3/
+PKG_SITES:= http://www.squid-cache.org/Versions/v3/3.4/
PKG_MULTI:= 1
PKG_NEED_CXX:= 1