Skip to content

Commit

Permalink
ENH: update package version (#38)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 25, 2024
2 parents 9c12253 + 7030b0d commit 5e79e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.0" %}
{% set version = "10.3.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = repo_name + major_version %}
{% set component_version = component_name + major_version %}
Expand All @@ -14,12 +14,12 @@ package:

source:
- url: https://github.com/gazebosim/{{ repo_name }}/archive/{{ repo_name }}{{ major_version }}_{{ version }}.tar.gz
sha256: 03c9e1ca9e78446e5e81520f5f9fee47bfbda4b5379e4a76c53aa6a76190c2f6
sha256: a93a59379b1179b22a2995a3888daf18486f945565170fd97446d6a58b543b25
patches:
- win_enable_py_tests.patch

build:
number: 1
number: 0

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

0 comments on commit 5e79e3f

Please sign in to comment.