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

[bot-automerge] gz-msgs v10_10.1.0 #24

Merged
merged 5 commits into from
Jan 23, 2024
Merged
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
13 changes: 4 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set component_name = "msgs" %}
{% set repo_name = "gz-" + component_name %}
{% set version = "10_10.0.0" %}
{% set version = "10_10.1.0" %}
{% set major_version = version.split('_')[0] %}
{% set version_package = version.split('_')[1] %}
{% set name = repo_name + major_version %}
Expand All @@ -15,17 +15,12 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ version }}.tar.gz
sha256: 81afeb973252ffabcbab1372271efac2d3dbd52679916b495000215f43d54997
sha256: 1150aa1818f7be5c61f773343c16bad1ff15052f36ff0d3efc157e380dd9a2ea
patches:
- 391.patch
- 392.patch
- 393.patch
- 394.patch
- win_enable_cmd_install.patch
- win_enable_py_tests.patch

build:
number: 5
number: 0

outputs:
- name: {{ cxx_name }}
Expand Down