Skip to content

Commit f33f5e2

Browse files
authored
Merge pull request conda-forge#51 from regro-cf-autotick-bot/0.17.0_h7be291
bipedal-locomotion-framework v0.17.0
2 parents ae41fa7 + 10b4242 commit f33f5e2

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.gitignore

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{% set name = "bipedal-locomotion-framework" %}
22
{% set namecxx = "libbipedal-locomotion-framework" %}
33
{% set namepython = "bipedal-locomotion-framework-python" %}
4-
{% set version = "0.16.1" %}
4+
{% set version = "0.17.0" %}
55

66
package:
77
name: {{ name }}
88
version: {{ version }}
99

1010
source:
1111
url: https://github.com/ami-iit/bipedal-locomotion-framework/archive/refs/tags/v{{ version }}.tar.gz
12-
sha256: ec9d97c923baf120b068d43051f79ad96491d9f6106fc342dafa833d340921af
12+
sha256: 5c19734f6db4b29a4595592ed9365ed10e4ee68dc2a3b8eadde9880821581df1
1313
patches:
1414

1515
build:
16-
number: 1
17-
skip: True # [win and py==38]
16+
number: 0
17+
skip: true # [win and py==38]
1818

1919
outputs:
2020
- name: {{ namecxx }}

0 commit comments

Comments
 (0)