diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-29 14:54:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-29 14:54:07 +0100 |
commit | f1b76d918e60e8800df4b4ace3941a7dcafe2f61 (patch) | |
tree | a268e96ec458adecbd081f5934ce56db16113d2e | |
parent | 2208b4e2423bd59d4e5c6ab4cb51c27454ccc5a0 (diff) |
wolfssl: update to 5.6.6
-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 2e6841ca4..738821f65 100644 --- a/package/wolfssl/Makefile +++ b/package/wolfssl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wolfssl -PKG_VERSION:= 5.0.0 +PKG_VERSION:= 5.6.6 PKG_RELEASE:= 1 -PKG_HASH:= 908390282cc613a3943533f3d922b3c18dee3289f498b6f944cb86a19a5eeb56 +PKG_HASH:= 3d2ca672d41c2c2fa667885a80d6fa03c3e91f0f4f72f87aef2bc947e8c87237 PKG_DESCR:= portable embedded ssl library PKG_SECTION:= libs/crypto PKG_URL:= http://www.wolfssl.com |