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

libignition-fuel-tools v7_7.0.0 #48

Merged
Merged
Show file tree
Hide file tree
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
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: [v4, v5]
abi_migration_branches: [v4, v5, v6]
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-fuel-tools" %}
{% set version = "6_6.0.0" %}
{% set version = "7_7.0.0" %}
{% set version_package = version.split('_')[1] %}
{% set major_version = version_package.split('.')[0] %}
{% set name = base_name + major_version %}
Expand All @@ -10,10 +10,10 @@ package:

source:
- url: https://github.com/ignitionrobotics/ign-fuel-tools/archive/ignition-fuel-tools{{ version }}.tar.gz
sha256: 7be5f00cab43127109b598e01ebe76f173e259e3ff4df2e1c220def19a9de9be
sha256: b963abcb8ba04f9ca3bc2ddbe3b0e6305c87171bdf4849d95c3921790cc667aa

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

Expand All @@ -27,7 +27,7 @@ requirements:
host:
- libignition-cmake2
- libignition-math6
- libignition-msgs7
- libignition-msgs8
- libignition-common4
- libignition-tools1
- libcurl
Expand Down