Skip to content

Commit

Permalink
Merge pull request #47 from regro-cf-autotick-bot/11.0.0_h9348da
Browse files Browse the repository at this point in the history
libignition-transport4 v11.0.0
  • Loading branch information
traversaro authored Oct 5, 2021
2 parents 412f8cf + 6b13ac1 commit 0db101c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions README.md

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

2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bot:
abi_migration_branches: [v8, v9]
abi_migration_branches: [v8, v9, v10]
build_platform: {osx_arm64: osx_64}
conda_forge_output_validation: true
provider: {linux_aarch64: default, linux_ppc64le: default}
Expand Down
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set base_name = "libignition-transport" %}
{% set version = "10.0.0" %}
{% set version = "11.0.0" %}
{% set major_version = version.split('.')[0] %}
{% set name = base_name + major_version %}

Expand All @@ -9,10 +9,10 @@ package:

source:
- url: https://github.com/ignitionrobotics/ign-transport/archive/ignition-transport{{ major_version }}_{{ version }}.tar.gz
sha256: 3c0ebe70a4343e5206bd145016350b925be3a0619a10e7dcb6e8d48326dda8f1
sha256: b549f73751556ef30f38c35f8fd357da500313a41588c08efaca341cf8c0341f

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

Expand All @@ -25,7 +25,7 @@ requirements:
- pkg-config
host:
- libignition-cmake2
- libignition-msgs7
- libignition-msgs8
- libignition-tools1
- libignition-utils1
- cppzmq
Expand Down

0 comments on commit 0db101c

Please sign in to comment.