From 5b486d3130155992ded23bcfd8053c39e4dc6e41 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 29 Mar 2020 13:21:47 -0700 Subject: libcbor: Update to 0.6.1 --- pkg/libcbor/gen.lua | 4 ++-- pkg/libcbor/src | 2 +- pkg/libcbor/ver | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/libcbor') diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua index b2725ab3..7a9c1162 100644 --- a/pkg/libcbor/gen.lua +++ b/pkg/libcbor/gen.lua @@ -7,8 +7,8 @@ cflags{ build('sed', '$outdir/include/cbor/configuration.h', '$srcdir/src/cbor/configuration.h.in', { expr={ [[-e 's,$${CBOR_VERSION_MAJOR},0,']], - [[-e 's,$${CBOR_VERSION_MINOR},5,']], - [[-e 's,$${CBOR_VERSION_PATCH},0,']], + [[-e 's,$${CBOR_VERSION_MINOR},6,']], + [[-e 's,$${CBOR_VERSION_PATCH},1,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], [[-e 's,$${CBOR_RESTRICT_SPECIFIER},restrict,']], [[-e 's,$${CBOR_INLINE_SPECIFIER},inline,']], diff --git a/pkg/libcbor/src b/pkg/libcbor/src index 74ff4022..3564b0b6 160000 --- a/pkg/libcbor/src +++ b/pkg/libcbor/src @@ -1 +1 @@ -Subproject commit 74ff4022e88d30eb94b15f538a44278147713e9b +Subproject commit 3564b0b691f3177e7a10a83fcfa2c2747043a200 diff --git a/pkg/libcbor/ver b/pkg/libcbor/ver index 2e2e5b9a..052e3f4a 100644 --- a/pkg/libcbor/ver +++ b/pkg/libcbor/ver @@ -1 +1 @@ -0.6.0 r0 +0.6.1 r0 -- cgit v1.2.3