[arrow] update to 18.0.0 (#41842)

Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
Mengna-Li 2024-10-29 20:21:54 +00:00 committed by GitHub
parent 1b63f25c4c
commit 8313d8ee76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_download_distfile(
ARCHIVE_PATH
URLS "https://archive.apache.org/dist/arrow/arrow-${VERSION}/apache-arrow-${VERSION}.tar.gz"
FILENAME apache-arrow-${VERSION}.tar.gz
SHA512 4e2a617b8deeb9f94ee085653a721904a75696f0827bcba82b535cc7f4f723066a09914c7fa83c593e51a8a4031e8bf99e563cac1ebb1d89604cb406975d4864
SHA512 4df30ab5561da695eaa864422626b9898555d86ca56835c3b8a8ca93a1dbaf081582bb36e2440d1daf7e1dd48c76941f1152a4f25ce0dbcc1c2abe244a00c05e
)
vcpkg_extract_source_archive(
SOURCE_PATH

View File

@ -1,6 +1,6 @@
{
"name": "arrow",
"version": "17.0.0",
"version": "18.0.0",
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f62b9ba3d5fcf264637a1acc6edc72557b0f1461",
"version": "18.0.0",
"port-version": 0
},
{
"git-tree": "f06fe60d953b9696bc4f557c42c3e3adda042a39",
"version": "17.0.0",

View File

@ -245,7 +245,7 @@
"port-version": 7
},
"arrow": {
"baseline": "17.0.0",
"baseline": "18.0.0",
"port-version": 0
},
"arsenalgear": {