Skip to content

Commit d1d72c0

Browse files
Update arrow-cpp from 20.0.0 to 21.0.0
1 parent c3aeb98 commit d1d72c0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

recipes/recipes_emscripten/arrow-cpp/recipe.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
context:
2-
version: 20.0.0
2+
version: 21.0.0
33

44
package:
55
name: arrow-cpp
66
version: ${{ version }}
77

88
source:
99
- url: https://github.com/apache/arrow/releases/download/apache-arrow-${{version}}/apache-arrow-${{version}}.tar.gz
10-
sha256: 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212
10+
sha256: 5d3f8db7e72fb9f65f4785b7a1634522e8d8e9657a445af53d4a34a3849857b5
1111

1212
build:
13-
number: 1
13+
number: 0
1414

1515
requirements:
1616
build:
@@ -27,15 +27,15 @@ requirements:
2727

2828

2929
tests:
30-
- package_contents:
31-
lib:
32-
- libarrow.a
33-
- libarrow_acero.a
34-
- libarrow_bundled_dependencies.a
35-
- libarrow_dataset.a
36-
include:
37-
- arrow/array.h
38-
30+
- package_contents:
31+
lib:
32+
- libarrow.a
33+
- libarrow_acero.a
34+
- libarrow_bundled_dependencies.a
35+
- libarrow_dataset.a
36+
include:
37+
- arrow/array.h
38+
3939
about:
4040
license: Apache-2.0
4141
summary: 'Arrow: A cross-language development platform for in-memory analytics'

0 commit comments

Comments
 (0)