summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-01-28 20:12:25 (GMT)
committerMark Brand <mabrand@mabrand.nl>2016-01-28 20:12:25 (GMT)
commit99bee2983a068d27cbfa2643eb6db90c0b6549e2 (patch)
tree15847fad5e5e72af840518d4c5f676b248541fc4 /src/openssl.mk
parentbb74e744864737706d7ae49bd7e889fe5dd7e040 (diff)
downloadmxe-99bee2983a068d27cbfa2643eb6db90c0b6549e2.zip
mxe-99bee2983a068d27cbfa2643eb6db90c0b6549e2.tar.gz
mxe-99bee2983a068d27cbfa2643eb6db90c0b6549e2.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 efd004e..350c2d3 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.2e
-$(PKG)_CHECKSUM := e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff
+$(PKG)_VERSION := 1.0.2f
+$(PKG)_CHECKSUM := 932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)