summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-09-23 12:47:51 (GMT)
committerMark Brand <mabrand@mabrand.nl>2016-09-23 12:47:51 (GMT)
commit2140afda262f9395b6a42a0649f35ca4de254406 (patch)
treefb176d345a805046ef71c3992db6b2e73346c215 /src/openssl.mk
parent3198f4432d2aa1f37e501bdf74899594fd8d8f7b (diff)
downloadmxe-2140afda262f9395b6a42a0649f35ca4de254406.zip
mxe-2140afda262f9395b6a42a0649f35ca4de254406.tar.gz
mxe-2140afda262f9395b6a42a0649f35ca4de254406.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 6521bfe..73fb364 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -2,8 +2,8 @@
PKG := openssl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.2h
-$(PKG)_CHECKSUM := 1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919
+$(PKG)_VERSION := 1.0.2i
+$(PKG)_CHECKSUM := 9287487d11c9545b6efb287cdb70535d4e9b284dd10d51441d9b9963d000de6f
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)