Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/tinycbor/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
3 changes: 1 addition & 2 deletions ports/tinycbor/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tinycbor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a4528b4d00b5960fd91dc8d7cde593224f343c11",
"version-semver": "0.6.1",
"port-version": 0
},
{
"git-tree": "0579e95478ca32302fe6680fb0f953441d043a27",
"version-semver": "0.6.0",
Expand Down