From 69365d2d1d87ecfc1fc54aa0a79452b3f9152b9a Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 20 Sep 2009 10:58:48 +0000 Subject: [PATCH] [package] update cyassl to 1.1.0 (#5782) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17622 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/cyassl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cyassl/Makefile b/libs/cyassl/Makefile index e68361b46..18f013aaa 100644 --- a/libs/cyassl/Makefile +++ b/libs/cyassl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cyassl -PKG_VERSION:=1.0.6 +PKG_VERSION:=1.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://www.yassl.com/ -PKG_MD5SUM:=10d9d4f988388472765070097a255d4f +PKG_MD5SUM:=938341f20d7ddcba157c4ee5b00244d0 include $(INCLUDE_DIR)/package.mk