summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2020-04-22 09:44:27 (GMT)
committerMark Brand <mabrand@mabrand.nl>2020-04-22 09:44:27 (GMT)
commit27ae80358e772dba5b7ab3d1dd115a86cc7c96af (patch)
tree53514a402d59c38fee081821fae6093f9b2e79f8
parent4af92ca233952fedfef6c3b3f5565803b221c522 (diff)
downloadmxe-27ae80358e772dba5b7ab3d1dd115a86cc7c96af.zip
mxe-27ae80358e772dba5b7ab3d1dd115a86cc7c96af.tar.gz
mxe-27ae80358e772dba5b7ab3d1dd115a86cc7c96af.tar.bz2
update openssl
-rw-r--r--src/openssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index d452f2a..e4b7a9d 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.1f
-$(PKG)_CHECKSUM := 186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
+$(PKG)_VERSION := 1.1.1g
+$(PKG)_CHECKSUM := ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.openssl.org/source/$($(PKG)_FILE)