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

pkg/tinycbor: bump to v0.5.3

This commit is contained in:
Benjamin Valentin 2020-08-17 16:29:48 +02:00
parent 0a905b1e49
commit 0eed7a7715

View File

@ -1,7 +1,7 @@
PKG_NAME=tinycbor
PKG_URL=https://github.com/intel/tinycbor
# Tinycbor v0.5.2
PKG_VERSION=d94ca09aa91f5b3c581527aa8bca179a82b79874
# Tinycbor v0.5.3
PKG_VERSION=755f9ef932f9830a63a712fd2ac971d838b131f1
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk