commit: b30c6df557bdc5340f22bb9af03df52b3bd3d27f
parent 6adce1752a5116172700254384f26c6a7975046c
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 17 Feb 2022 23:32:43 -0800
libcbor: Update to 1.9.0
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua
@@ -7,7 +7,7 @@ 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},8,']],
+ [[-e 's,$${CBOR_VERSION_MINOR},9,']],
[[-e 's,$${CBOR_VERSION_PATCH},0,']],
[[-e 's,$${CBOR_BUFFER_GROWTH},2,']],
[[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']],
diff --git a/pkg/libcbor/ver b/pkg/libcbor/ver
@@ -1 +1 @@
-0.8.0 r0
+0.9.0 r0