1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/wolfssl: bump version to 4.5.0

Update to the latest upstream release

https://www.wolfssl.com/docs/wolfssl-changelog/
This commit is contained in:
Benjamin Valentin 2020-08-19 23:36:28 +02:00
parent e9833f68d6
commit 584d66190b

View File

@ -1,6 +1,6 @@
PKG_NAME=wolfssl
PKG_URL=https://github.com/wolfssl/wolfssl.git
PKG_VERSION=3f13b49fa318fbd3216d7da36d942e7c276d3413 # v4.3.0
PKG_VERSION=0fa5af9929ce2ee99e8789996a3048f41a99830e # v4.5.0
PKG_LICENSE=GPLv2
include $(RIOTBASE)/pkg/pkg.mk