File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
recipes/recipes_emscripten/zstd Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11context :
2- name : " zstd"
3- version : 1.5.6
2+ name : zstd
3+ version : 1.5.7
44
55package :
66 name : ${{ name }}
77 version : ${{ version }}
88
99source :
1010 url : https://github.com/facebook/${{ name }}/archive/v${{ version }}.tar.gz
11- sha256 : 30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7
11+ sha256 : 37d7284556b20954e56e1ca85b80226768902e2edabd3b649e9e72c0c9012ee3
1212
1313build :
1414 number : 0
1515
1616requirements :
1717 build :
18- - ${{ compiler('c') }}
19- - ${{ compiler('cxx') }}
20- - ninja
21- - meson
18+ - ${{ compiler('c') }}
19+ - ${{ compiler('cxx') }}
20+ - ninja
21+ - meson
2222
2323tests :
2424- script :
25- - test -f $PREFIX/lib/libzstd.a
26- - test -f $PREFIX/include/zstd.h
27- - node $PREFIX/bin/zstd.js --version
25+ - test -f $PREFIX/lib/libzstd.a
26+ - test -f $PREFIX/include/zstd.h
27+ - node $PREFIX/bin/zstd.js --version
2828 requirements :
2929 build :
30- - nodejs
30+ - nodejs
3131
3232about :
3333 homepage : http://www.zstd.net
4646
4747extra :
4848 recipe-maintainers :
49- - IsabelParedes
49+ - IsabelParedes
You can’t perform that action at this time.
0 commit comments