commit: 5b486d3130155992ded23bcfd8053c39e4dc6e41
parent 84c464c9f13c0bb865ca16e141c268df023512a2
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 29 Mar 2020 13:21:47 -0700
libcbor: Update to 0.6.1
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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/ver b/pkg/libcbor/ver
@@ -1 +1 @@
-0.6.0 r0
+0.6.1 r0