summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2019-09-15 21:17:48 (GMT)
committerMark Brand <mabrand@mabrand.nl>2019-09-15 21:17:48 (GMT)
commit7d426b1e756e118e138b33afe71d3189440b39a3 (patch)
treeffc9c8f2df6f63cc054fb7fc28f9bd9d2d939499 /src/openssl.mk
parent08544fd3f2d06c25cf9879edf4dde08ace00b1d8 (diff)
downloadmxe-7d426b1e756e118e138b33afe71d3189440b39a3.zip
mxe-7d426b1e756e118e138b33afe71d3189440b39a3.tar.gz
mxe-7d426b1e756e118e138b33afe71d3189440b39a3.tar.bz2
update: curl, expat, openssl, wt
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 ed098c7..498e35b 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.1c
-$(PKG)_CHECKSUM := f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90
+$(PKG)_VERSION := 1.1.1d
+$(PKG)_CHECKSUM := 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.openssl.org/source/$($(PKG)_FILE)