diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-07 12:21:41 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-07 12:21:41 +0000 |
commit | 27705d7fcf12dcfb34eadb55350d0f90344f1e17 (patch) | |
tree | 18dad98ca4c38edfecabff1a8c99065de4d5b150 /package/cyassl/Makefile | |
parent | 276ef23e4d6c79b2b1037ef47211ba2575e8de6a (diff) | |
download | upstream-27705d7fcf12dcfb34eadb55350d0f90344f1e17.tar.gz upstream-27705d7fcf12dcfb34eadb55350d0f90344f1e17.tar.bz2 upstream-27705d7fcf12dcfb34eadb55350d0f90344f1e17.zip |
package/cyassl: update to version 1.6.5
SVN-Revision: 24300
Diffstat (limited to 'package/cyassl/Makefile')
-rw-r--r-- | package/cyassl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile index d8e5bae139..a453151801 100644 --- a/package/cyassl/Makefile +++ b/package/cyassl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cyassl -PKG_VERSION:=1.4.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://www.yassl.com/ -PKG_MD5SUM:=037397c7df84b9a12e614bf46135df1c +PKG_MD5SUM:=98c2c6350acf1d089756a1de9ccb9903 PKG_FIXUP:=libtool PKG_INSTALL:=1 |