Skip to content
Closed
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
2 changes: 1 addition & 1 deletion ports/yoctolib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yoctopuce/yoctolib_cpp
REF "v${VERSION}"
SHA512 c57baae00289dc2bbcabe278d9ff5667077bd3b93fadd20fd9de4428050af0bb6a659849b52e5c93b3e51c6d71764839c0d299e775d4133f85fa31990242077e
SHA512 2c1188b1b1d120500d0152a81da799ca0d7c03dced502f60a1553ce95c7c404c93c913fe2fd12d5c569f3f45b7632a1480edaa8ed87cbae258097bc30413e164
HEAD_REF master
PATCHES
001-cmake_config.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/yoctolib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoctolib",
"version": "2.1.6320",
"version": "2.1.11723",
"description": "Official Yoctopuce Library for C++",
"homepage": "https://github.com/yoctopuce/yoctolib_cpp",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -10957,7 +10957,7 @@
"port-version": 0
},
"yoctolib": {
"baseline": "2.1.6320",
"baseline": "2.1.11723",
"port-version": 0
},
"yoga": {
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yoctolib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "840a3cdaa069043e30f584aaccd9edfa5a8969eb",
"version": "2.1.11723",
"port-version": 0
},
{
"git-tree": "a068fe63550863e24dc9cfd6e55ebd8e8fd7c742",
"version": "2.1.6320",
Expand Down
Loading