Skip to content

Commit

Permalink
Merge pull request #40 from regro-cf-autotick-bot/4_4.2.0_h732cda
Browse files Browse the repository at this point in the history
libignition-common v4_4.2.0
  • Loading branch information
traversaro authored Aug 2, 2021
2 parents 346944f + bf4263c commit 7a41a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set base_name = "libignition-common" %}
{% set version = "4_4.1.0" %}
{% set version = "4_4.2.0" %}
{% set version_clean = version.split('_')[1] %}
{% set major_version = version.split('_')[0] %}
{% set name = base_name + major_version %}
Expand All @@ -10,14 +10,14 @@ package:

source:
- url: https://github.com/ignitionrobotics/ign-common/archive/ignition-common{{ version }}.tar.gz
sha256: b6d223fb30a053385b4b86f45db2684d28acde280d64272eb84437431513d5b5
sha256: 8ba2c3ffc7944a7900a1ef094777ec46d48d701665952cfd0434904d30efc144
patches:
- librt_linkage.patch # [linux]
- framework.patch # [osx]
- macro_path_binary_relocation.patch

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

Expand Down

0 comments on commit 7a41a92

Please sign in to comment.