Skip to content
Open
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
1 change: 1 addition & 0 deletions packages/t/tinycbor/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("tinycbor")
add_urls("https://github.com/intel/tinycbor/archive/refs/tags/$(version).tar.gz",
"https://github.com/intel/tinycbor.git")

add_versions("v7.0", "8b1b76001b9f987677f2ea7aa814fba1f810ff6cbbffa62ea3bac612c55b1a56")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version v7.0 does not exist in the upstream intel/tinycbor repository. The latest official release is v0.6.0. This version addition appears to be an error from an automated update tool and will result in a 404 error when attempting to download the source. Please verify the version and the corresponding SHA-256 hash.

add_versions("v0.6.1", "0f9944496d1143935e9c996bc6233ca0dd5451299def33ef400a409942f8f34b")
add_versions("v0.6.0", "512e2c9fce74f60ef9ed3af59161e905f9e19f30a52e433fc55f39f4c70d27e4")

Expand Down
Loading