Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[idyntree] Update to 12.4.0 #40024

Merged
merged 2 commits into from
Jul 23, 2024
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/idyntree/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 robotology/idyntree
REF "v${VERSION}"
SHA512 61f62f43e20edbaa5ea5e05607144df888f51a4e6550c489271f856d0388626c595442c5433159a2e6173448c371d03c33f1c4381f5a64b32c195df729177af7
SHA512 7a65324d3a9f502b43f4ccc84747e3c26a6bbf4323199e0f5849311b20339800892f4345bfed9d02a5accb1f56b4984a34695bada1fc73b91057c1b09e4e24a6
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/idyntree/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idyntree",
"version": "12.3.1",
"version": "12.4.0",
"description": "Multibody Dynamics Library designed for Free Floating Robots.",
"homepage": "https://github.com/robotology/idyntree",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3521,7 +3521,7 @@
"port-version": 0
},
"idyntree": {
"baseline": "12.3.1",
"baseline": "12.4.0",
"port-version": 0
},
"if97": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/idyntree.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c03e45e898b3de24c62572cb4ca915b2f974bdd6",
"version": "12.4.0",
"port-version": 0
},
{
"git-tree": "b6f4fd3224d19db8890f79d157ee1bf27bdb62f8",
"version": "12.3.1",
Expand Down
Loading