diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-07 21:28:12 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-07 21:28:12 +0000 |
commit | 435c44e7ead534939039968b51f1d43bba295059 (patch) | |
tree | 266a813297281feb9cc332d0e267a95490045386 /package/libs/polarssl/Makefile | |
parent | 0c5dcfc06f5fcc677eed644a77d902edc33c0a96 (diff) | |
download | upstream-435c44e7ead534939039968b51f1d43bba295059.tar.gz upstream-435c44e7ead534939039968b51f1d43bba295059.tar.bz2 upstream-435c44e7ead534939039968b51f1d43bba295059.zip |
[package] polarssl: update to 1.2.9
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl/Makefile')
-rw-r--r-- | package/libs/polarssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index 6c7a8ef376..209281e406 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl -PKG_VERSION:=1.2.8 +PKG_VERSION:=1.2.9 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=https://polarssl.org/code/releases -PKG_MD5SUM:=985151639b1ca037293f06da44fbc6bc +PKG_MD5SUM:=3d8e01537e747d7997993c70f2e108db include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |