Skip to content

Commit

Permalink
Merge pull request #32 from Tobias-Fischer/Tobias-Fischer-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Nov 5, 2020
2 parents c722ab8 + ae2f59e commit 3aacdc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "gazebo" %}
{% set version = "11.1.0" %}
{% set version = "11.2.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
- url: https://github.com/osrf/{{ name }}/archive/{{ name }}{{ version.split('.')[0] }}_{{ version }}.tar.gz
sha256: 6a1166c5a7dfde176c6db5f0ce76994283a18ca2fc7dbbe95ba3f26fee125485
sha256: 4b59b5d43805ca094dfe06027b1cbcb5fb81790c873cdce6ad41e270f0cc7fc4
patches:
- fix_build.patch # [unix]
- use-external-libs-config.patch # [win]
Expand Down Expand Up @@ -53,9 +53,9 @@ requirements:
- libglu # [linux]
# deps
- libprotobuf
- libsdformat
- libsdformat 9.3
- libignition-transport8
- libignition-common3
- libignition-common3 3.6
- libignition-fuel-tools4
- qt
- ogre 1.10.*
Expand Down Expand Up @@ -91,7 +91,7 @@ requirements:
- libglu # [linux]
# deps
- libprotobuf
- libsdformat
- libsdformat 9.3
- libignition-transport8
- libignition-common3
- libignition-fuel-tools4
Expand Down Expand Up @@ -128,7 +128,7 @@ about:
home: http://gazebosim.org/
license: Apache-2.0
license_file: LICENSE
summary: 'Advanced robot simulator for research, design, and development.'
summary: Advanced robot simulator for research, design, and development.

extra:
recipe-maintainers:
Expand Down

0 comments on commit 3aacdc8

Please sign in to comment.