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
2 changes: 1 addition & 1 deletion ports/ruckig/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 pantor/ruckig
REF "v${VERSION}"
SHA512 5399e1f0c61c1c4d96a8a910e4b934b629c6302fd18fd609c7a8bc76156bf0f3f5197ff9e83ac0fc443083e40cc7208d9a2f09070f4f8ab4511f4a6566981b5d
SHA512 357b78a39b0ed0dde959aa7629af036d66e77ba3c0c4d0edb1f8fe3a6de4afca91bd4aecd316edd26d8b35a00e739f395850671374cd0f46743d4fe9a088f14b
HEAD_REF main
PATCHES
third_party.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/ruckig/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruckig",
"version": "0.15.3",
"version": "0.17.3",
"description": "Ruckig generates trajectories on-the-fly, allowing robots and machines to react instantaneously to sensor input.",
"homepage": "https://ruckig.com/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8865,7 +8865,7 @@
"port-version": 1
},
"ruckig": {
"baseline": "0.15.3",
"baseline": "0.17.3",
"port-version": 0
},
"rxcpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/ruckig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b057b43abeb8d1ab3e5dbb1cad4312bc94c09fb5",
"version": "0.17.3",
"port-version": 0
},
{
"git-tree": "634f7ae551de76541aa80a69eb408245c8a86ca3",
"version": "0.15.3",
Expand Down