This commit is contained in:
Timothy Gu 2014-08-07 14:31:19 -07:00
commit 143c2697e1
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.0.1h
$(PKG)_CHECKSUM := b2239599c8bf8f7fc48590a55205c26abe560bf8
$(PKG)_VERSION := 1.0.1i
$(PKG)_CHECKSUM := 74eed314fa2c93006df8d26cd9fc630a101abd76
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)