Skip to content

Commit b58cb6f

Browse files
updated v0.16.0
1 parent 0aecd35 commit b58cb6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 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.15.0" %}
4+
{% set version = "0.16.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: 129cc8f7f2d9baf144cb39d1b0927c46808387d38a4f5848a20f29507b98c9cf
12+
sha256: 8ba394d513eda33e8f48d1838efdd305736e3a19428111957c543c403b0c8142
1313
patches:
1414
- 757.patch
1515

1616
build:
17-
number: 4
17+
number: 0
1818

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

0 commit comments

Comments
 (0)