update openssl

Fixes #767.
This commit is contained in:
Timothy Gu 2015-07-23 16:47:41 -07:00
parent 08932986a7
commit 5821ba29da
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.0.2c
$(PKG)_CHECKSUM := 6e4a5e91159eb32383296c7c83ac0e59b83a0a44
$(PKG)_VERSION := 1.0.2d
$(PKG)_CHECKSUM := d01d17b44663e8ffa6a33a5a30053779d9593c3d
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)