aboutsummaryrefslogtreecommitdiff
path: root/ports/libcbor
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libcbor')
-rw-r--r--ports/libcbor/vcpkg.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/libcbor/vcpkg.json b/ports/libcbor/vcpkg.json
index 3a546ab35..90c54499d 100644
--- a/ports/libcbor/vcpkg.json
+++ b/ports/libcbor/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "libcbor",
- "version-string": "0.8.0",
+ "version": "0.8.0",
+ "port-version": 1,
"description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format",
- "homepage": "https://github.com/PJK/libcbor",
- "supports": "(x86 | x64) & windows"
+ "homepage": "https://github.com/PJK/libcbor"
}