summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2020-03-18 15:41:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2020-03-18 15:41:07 (GMT)
commit55ae3228e20ba0205121a32af5661fe2f5ae4e60 (patch)
tree1f46d30c0ff7a4b575712d8a43b6b9926d7f2f80 /src/openssl.mk
parent31a4a4d3cdac108679b2ae8cbe4402ee4c335914 (diff)
downloadmxe-55ae3228e20ba0205121a32af5661fe2f5ae4e60.zip
mxe-55ae3228e20ba0205121a32af5661fe2f5ae4e60.tar.gz
mxe-55ae3228e20ba0205121a32af5661fe2f5ae4e60.tar.bz2
update: openssl, xz
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 498e35b..a04ccef 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.1d
-$(PKG)_CHECKSUM := 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
+$(PKG)_VERSION := 1.1.1e
+$(PKG)_CHECKSUM := 694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.openssl.org/source/$($(PKG)_FILE)