We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aecd35 commit b58cb6fCopy full SHA for b58cb6f
recipe/meta.yaml
@@ -1,20 +1,20 @@
1
{% set name = "bipedal-locomotion-framework" %}
2
{% set namecxx = "libbipedal-locomotion-framework" %}
3
{% set namepython = "bipedal-locomotion-framework-python" %}
4
-{% set version = "0.15.0" %}
+{% set version = "0.16.0" %}
5
6
package:
7
name: {{ name }}
8
version: {{ version }}
9
10
source:
11
url: https://github.com/ami-iit/bipedal-locomotion-framework/archive/refs/tags/v{{ version }}.tar.gz
12
- sha256: 129cc8f7f2d9baf144cb39d1b0927c46808387d38a4f5848a20f29507b98c9cf
+ sha256: 8ba394d513eda33e8f48d1838efdd305736e3a19428111957c543c403b0c8142
13
patches:
14
- 757.patch
15
16
build:
17
- number: 4
+ number: 0
18
19
outputs:
20
- name: {{ namecxx }}
0 commit comments