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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/libcbor/gen.lua') 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,']], -- cgit v1.2.3