diff --git a/ports/tinycbor/portfile.cmake b/ports/tinycbor/portfile.cmake index 325b4eb0863599..4a3ac12f76ccad 100644 --- a/ports/tinycbor/portfile.cmake +++ b/ports/tinycbor/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO intel/tinycbor - REF v0.6.0 - SHA512 af1ed05c03d3aed56e35fdcaad3235992f96b5043b594c0246e600e4b1f085df78c5345beaac8758c2b5db2952ab83997019de5940857eecb81d84b6fb642093 + REF "v${VERSION}" + SHA512 7c7fff9c1e9a2f04a3bb0247b79723526685b2821df720d0211c8e86b1a516c955926b3668fa6dcdaaf6cb811aff238db39a9add1bc12a4d32f8a51741f3f2ce HEAD_REF master ) diff --git a/ports/tinycbor/vcpkg.json b/ports/tinycbor/vcpkg.json index 23016c5f71923c..df38507cbfe820 100644 --- a/ports/tinycbor/vcpkg.json +++ b/ports/tinycbor/vcpkg.json @@ -1,7 +1,6 @@ { "name": "tinycbor", - "version-semver": "0.6.0", - "port-version": 1, + "version-semver": "0.6.1", "description": "Concise Binary Object Representation (CBOR) Library", "homepage": "https://github.com/intel/tinycbor", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 60c6e5a2a55a16..99d19b8a358766 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9181,8 +9181,8 @@ "port-version": 3 }, "tinycbor": { - "baseline": "0.6.0", - "port-version": 1 + "baseline": "0.6.1", + "port-version": 0 }, "tinycthread": { "baseline": "2019-08-06", diff --git a/versions/t-/tinycbor.json b/versions/t-/tinycbor.json index 999afd64cba3a3..483db29a54367f 100644 --- a/versions/t-/tinycbor.json +++ b/versions/t-/tinycbor.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a4528b4d00b5960fd91dc8d7cde593224f343c11", + "version-semver": "0.6.1", + "port-version": 0 + }, { "git-tree": "0579e95478ca32302fe6680fb0f953441d043a27", "version-semver": "0.6.0",