diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:48 +0200 |
commit | 71242d66a32a9e3e552c9cee6d6f6e703ff0797b (patch) | |
tree | 4fde8a4656be336d8e81330e5d4cc226170a31fe /package/wolfssl/Makefile | |
parent | bf62091b68e248270e432d935709ca5c95d1ae16 (diff) |
rework post-install
Be sure to execute post-install as last step after
populating staging dir.
Diffstat (limited to 'package/wolfssl/Makefile')
-rw-r--r-- | package/wolfssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wolfssl/Makefile b/package/wolfssl/Makefile index 23ef53510..456f922fa 100644 --- a/package/wolfssl/Makefile +++ b/package/wolfssl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wolfssl -PKG_VERSION:= 3.4.0 +PKG_VERSION:= 3.4.6 PKG_RELEASE:= 1 -PKG_HASH:= 22622295ef42e9e37341009e4b134165fb06db53cbc8509dbeb822b9dd613c45 +PKG_HASH:= 267a75ff2b81ac793d8170904c97635d74bed1c353162622eb66d8e7fa6260fa PKG_DESCR:= portable embedded ssl library PKG_SECTION:= libs/crypto PKG_URL:= http://www.wolfssl.com |