[gz-tools2] fix build (#31214)

This commit is contained in:
autoantwort 2023-05-04 19:21:32 +02:00 committed by GitHub
parent 388e9f1c82
commit daeaf2c209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -1,11 +1,13 @@
{ {
"name": "gz-tools2", "name": "gz-tools2",
"version": "2.0.0", "version": "2.0.0",
"port-version": 1,
"description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.", "description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.",
"homepage": "https://gazebosim.org", "homepage": "https://gazebosim.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"supports": "!(arm & windows) & !uwp", "supports": "!(arm & windows) & !uwp",
"dependencies": [ "dependencies": [
"gz-cmake3",
{ {
"name": "ignition-modularscripts", "name": "ignition-modularscripts",
"host": true "host": true

View File

@ -3026,7 +3026,7 @@
}, },
"gz-tools2": { "gz-tools2": {
"baseline": "2.0.0", "baseline": "2.0.0",
"port-version": 0 "port-version": 1
}, },
"gz-utils2": { "gz-utils2": {
"baseline": "2.0.0", "baseline": "2.0.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "31343bbe7d8ae7e4bfaa5bf8e7a29dc653d98acc",
"version": "2.0.0",
"port-version": 1
},
{ {
"git-tree": "10058238d27070a39c55eeb9ec6a4e5246a9f853", "git-tree": "10058238d27070a39c55eeb9ec6a4e5246a9f853",
"version": "2.0.0", "version": "2.0.0",