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

pkg/tinycbor: bump version

This commit is contained in:
Benjamin Valentin 2022-02-02 14:44:50 +01:00
parent 96dcc35f33
commit 6ef79ea9cd

View File

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