summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-03-28 00:05:02 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-03-28 00:05:02 (GMT)
commit82c2ba005a0e083837cd9879556b9bfb84e89a5d (patch)
treefa8e69cf6e50b66c13e22bbcb9115a92f37d38ac /src
parentebbd4e289e5939fe18c09c3c44fd0215a0db5112 (diff)
downloadmxe-82c2ba005a0e083837cd9879556b9bfb84e89a5d.zip
mxe-82c2ba005a0e083837cd9879556b9bfb84e89a5d.tar.gz
mxe-82c2ba005a0e083837cd9879556b9bfb84e89a5d.tar.bz2
update openssl
Diffstat (limited to 'src')
-rw-r--r--src/openssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index 8931432..f81daf0 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_WEBSITE := https://www.openssl.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.1.0g
-$(PKG)_CHECKSUM := de4d501267da39310905cb6dc8c6121f7a2cad45a7707f76df828fe1b85073af
+$(PKG)_VERSION := 1.1.0h
+$(PKG)_CHECKSUM := 5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.openssl.org/source/$($(PKG)_FILE)