Skip to content

Commit 64bdfd0

Browse files
Update zstd from 1.5.6 to 1.5.7 [emscripten-3.1.73] (#1911)
Co-authored-by: emscripten-forge-bot <emscripten-forge-bot@users.noreply.github.com>
1 parent 06fb322 commit 64bdfd0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
context:
2-
name: "zstd"
3-
version: 1.5.6
2+
name: zstd
3+
version: 1.5.7
44

55
package:
66
name: ${{ name }}
77
version: ${{ version }}
88

99
source:
1010
url: https://github.com/facebook/${{ name }}/archive/v${{ version }}.tar.gz
11-
sha256: 30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7
11+
sha256: 37d7284556b20954e56e1ca85b80226768902e2edabd3b649e9e72c0c9012ee3
1212

1313
build:
1414
number: 0
1515

1616
requirements:
1717
build:
18-
- ${{ compiler('c') }}
19-
- ${{ compiler('cxx') }}
20-
- ninja
21-
- meson
18+
- ${{ compiler('c') }}
19+
- ${{ compiler('cxx') }}
20+
- ninja
21+
- meson
2222

2323
tests:
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

3232
about:
3333
homepage: http://www.zstd.net
@@ -46,4 +46,4 @@ about:
4646

4747
extra:
4848
recipe-maintainers:
49-
- IsabelParedes
49+
- IsabelParedes

0 commit comments

Comments
 (0)