aboutsummaryrefslogtreecommitdiff
path: root/ports/libcbor
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-09-17 17:20:57 +0200
committerGitHub <noreply@github.com>2021-09-17 08:20:57 -0700
commit66dc12b3fa1863bf60afe75f2cfdd41298e52ee5 (patch)
tree97c854b2bc6e784a5f41def106f9c336ebb14490 /ports/libcbor
parent8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (diff)
downloadvcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.tar.gz
vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.zip
many-ports: Update supports field (#20053)
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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"
}