[arrow] Update to 16.1.0 (#38727)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Raúl Cumplido 2024-05-17 08:39:50 +02:00 committed by GitHub
parent b3c870d4f7
commit eb35cebf3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 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 773f4f3eef603032c8ba0cfdc023bfd2a24bb5e41c82da354a22d7854ab153294ede1f4782cc32b27451cf1b58303f105bac61ceeb3568faea747b93e21d79e4
SHA512 28975f59e1fdde2dba4afaf4a5ba934b63db3a7f27656e2aa0af0f0d2a046c9dbfa9a6082de94629c36d03809b296566a37ea65ec5a2fc17fedac7d21e272d31
)
vcpkg_extract_source_archive(
SOURCE_PATH

View File

@ -1,7 +1,6 @@
{
"name": "arrow",
"version": "16.0.0",
"port-version": 1,
"version": "16.1.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": "282e423703e80ad83909c9e8d65119094436ebae",
"version": "16.1.0",
"port-version": 0
},
{
"git-tree": "413da38f4ffabc5fd1273aff3ed2a7c6226f1ba6",
"version": "16.0.0",

View File

@ -241,8 +241,8 @@
"port-version": 5
},
"arrow": {
"baseline": "16.0.0",
"port-version": 1
"baseline": "16.1.0",
"port-version": 0
},
"arsenalgear": {
"baseline": "2.1.0",