diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-24 16:59:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-24 16:59:43 +0000 |
commit | 4cd1ace48d0b428c84a7e38d92621c9ef499d546 (patch) | |
tree | 7c047984bb9cc076495730703982fff05d784b98 /package/libs/polarssl/Makefile | |
parent | e4b7360ec658e79f1324e642475abd39ffe0bb16 (diff) | |
download | upstream-4cd1ace48d0b428c84a7e38d92621c9ef499d546.tar.gz upstream-4cd1ace48d0b428c84a7e38d92621c9ef499d546.tar.bz2 upstream-4cd1ace48d0b428c84a7e38d92621c9ef499d546.zip |
polarssl: update to version 1.2.8
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37527
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 2a8a33c07c..4b4acdb790 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polarssl -PKG_VERSION:=1.2.6 +PKG_VERSION:=1.2.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=https://polarssl.org/code/releases -PKG_MD5SUM:=e00d55ddda1e68a16af766dd92d69ce6 +PKG_MD5SUM:=985151639b1ca037293f06da44fbc6bc include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |