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

Merge pull request #17537 from benpicco/pkg/mbedtls-bump

pkg/mbedtls: bump version to v2.28.0
This commit is contained in:
Alexandre Abadie 2022-01-19 13:08:39 +01:00 committed by GitHub
commit 1c43257fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
PKG_NAME=mbedtls
PKG_URL=https://github.com/ARMmbed/mbedtls.git
PKG_VERSION=v2.26.0
PKG_VERSION=8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0 # v2.28.0
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk