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

pkg/qcbor: bump to v1.2

This commit is contained in:
Alexandre Abadie 2023-04-22 17:48:14 +02:00
parent 0101663e39
commit 8c5bff8877
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PKG_NAME = qcbor
PKG_URL = https://github.com/laurencelundblade/QCBOR
# Commit on Mar 9, 2020
PKG_VERSION = 7e8effa94174c33e4acaf737adf6aef16c092c49
# v1.2
PKG_VERSION = 92d3f89030baff4af7be8396c563e6c8ef263622
PKG_LICENSE = BSD-3-Clause
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -1 +1,2 @@
INCLUDES += -I$(PKGDIRBASE)/qcbor/inc
INCLUDES += -I$(PKGDIRBASE)/qcbor/inc/qcbor