From da8b36287b686202b19f793e2c7a38ee8b3f23a0 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Apr 2020 17:12:42 -0700 Subject: libcbor: Update to 0.7.0 --- pkg/libcbor/gen.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkg/libcbor/gen.lua') diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua index 7a9c1162..12158ea6 100644 --- a/pkg/libcbor/gen.lua +++ b/pkg/libcbor/gen.lua @@ -7,9 +7,10 @@ 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},6,']], - [[-e 's,$${CBOR_VERSION_PATCH},1,']], + [[-e 's,$${CBOR_VERSION_MINOR},7,']], + [[-e 's,$${CBOR_VERSION_PATCH},0,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], + [[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']], [[-e 's,$${CBOR_RESTRICT_SPECIFIER},restrict,']], [[-e 's,$${CBOR_INLINE_SPECIFIER},inline,']], '-e /CBOR_CUSTOM_ALLOC/d', -- cgit v1.2.3