[package] update polarssl to 0.11.1 (#5151)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 18 May 2009 10:46:55 +0000 (10:46 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 18 May 2009 10:46:55 +0000 (10:46 +0000)
SVN-Revision: 15909

libs/polarssl/Makefile

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