Skip to content

Commit b24b0f6

Browse files
updated v0.17.0
1 parent ae41fa7 commit b24b0f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)