[package] update polarssl to 0.11.0 (#5048)
authorFlorian Fainelli <florian@openwrt.org>
Thu, 7 May 2009 20:57:14 +0000 (20:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 7 May 2009 20:57:14 +0000 (20:57 +0000)
SVN-Revision: 15701

libs/polarssl/Makefile

index 1b841e1bc6f00cf2cf9e56cc39bfeed0072791b5..ba8dd61ad31589c55c7d17c3fae61d5ee53df290 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=polarssl
-PKG_VERSION:=0.10.1
+PKG_VERSION:=0.11.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
 PKG_SOURCE_URL:=http://polarssl.org/code/releases/
-PKG_MD5SUM:=49bd1c6b46a8699d8bf215d3a318899e
+PKG_MD5SUM:=7433101affb3dd2febaf5e5fc7e0f2e3
 
 include $(INCLUDE_DIR)/package.mk