diff options
author | Boris Pek <tehnick-8@yandex.ru> | 2018-03-28 00:09:12 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-28 23:09:43 (GMT) |
commit | 01342ca322b571152b0bd809ce294a47ab696f72 (patch) | |
tree | 359a03ee9dc5ee086ff2caf9103af9de208951a8 /plugins | |
parent | 90bec5d3c3ac784b32fa4b9c6b4e5d837c1d84f2 (diff) | |
download | mxe-01342ca322b571152b0bd809ce294a47ab696f72.zip mxe-01342ca322b571152b0bd809ce294a47ab696f72.tar.gz mxe-01342ca322b571152b0bd809ce294a47ab696f72.tar.bz2 |
update qt5-freeze example
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/examples/qt5-freeze/openssl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/examples/qt5-freeze/openssl.mk b/plugins/examples/qt5-freeze/openssl.mk index 0027d94..202fc82 100644 --- a/plugins/examples/qt5-freeze/openssl.mk +++ b/plugins/examples/qt5-freeze/openssl.mk @@ -3,8 +3,8 @@ PKG := openssl $(PKG)_WEBSITE := https://www.openssl.org/ $(PKG)_IGNORE := -$(PKG)_VERSION := 1.0.2n -$(PKG)_CHECKSUM := 370babb75f278c39e0c50e8c4e7493bc0f18db6867478341a832a982fd15a8fe +$(PKG)_VERSION := 1.0.2o +$(PKG)_CHECKSUM := ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d $(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/$(PKG)-[0-9]*.patch))) $(PKG)_SUBDIR := openssl-$($(PKG)_VERSION) $(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz |