summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-05-03 19:13:16 (GMT)
committerMark Brand <mabrand@mabrand.nl>2016-05-03 19:13:27 (GMT)
commit945e76fc6ca3a8ab6acb6655749525fa43c4fca6 (patch)
tree84a88638cd26794527ef6d096e5b6d15baadc232 /src/openssl.mk
parenta79de325a6fcd09778b425715d9190554059818f (diff)
downloadmxe-945e76fc6ca3a8ab6acb6655749525fa43c4fca6.zip
mxe-945e76fc6ca3a8ab6acb6655749525fa43c4fca6.tar.gz
mxe-945e76fc6ca3a8ab6acb6655749525fa43c4fca6.tar.bz2
openssl: update
Diffstat (limited to 'src/openssl.mk')
-rw-r--r--src/openssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index 4979615..2a83bc3 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.2g
-$(PKG)_CHECKSUM := b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33
+$(PKG)_VERSION := 1.0.2h
+$(PKG)_CHECKSUM := 1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)