diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-18 18:25:23 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-18 18:25:23 +0000 |
commit | 06f0a1d2e6e418cdd6e649fdb65734e0fb2af86c (patch) | |
tree | 6fe82cb1afe0adae759ae110636910fa0b633480 | |
parent | b8991af6b9e0939b19767fc848cecfef7db50964 (diff) |
wolfssl: update to 3.13.0
-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 da3ab80b3..4a390a114 100644 --- a/package/wolfssl/Makefile +++ b/package/wolfssl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wolfssl -PKG_VERSION:= 3.8.0 +PKG_VERSION:= 3.13.0 PKG_RELEASE:= 1 -PKG_HASH:= 36369304dd107b2ae1360c91f3d0eea491802dcacb2155562652bf5257117016 +PKG_HASH:= 196a3256a9044ecb89504ce77850342c82e676e7f2cad77f5584be3516b6060e PKG_DESCR:= portable embedded ssl library PKG_SECTION:= libs/crypto PKG_URL:= http://www.wolfssl.com |