[arrow] Update to 15.0.1 (#37267)

- [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.
- [x] 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-03-11 21:17:10 +01:00 committed by GitHub
parent c87d3c5b39
commit e468fc3873
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 d5dccaa0907b0e6f2a460e32ae75091942dcb70b51db4aefe2767ee8d99882694607b723a9c06898dda3938d8eb498258d7f9aad11054665b6ea9c2fbaeafa74
SHA512 b426421336c6bc3757626b2743a039d3c7030ad257c3bcf3247a236462dbc140b7eff4476cb727f4d048144a90c1368740c139318f8237d6cc20e87d3efdaf74
)
vcpkg_extract_source_archive(
SOURCE_PATH

View File

@ -1,6 +1,6 @@
{
"name": "arrow",
"version": "15.0.0",
"version": "15.0.1",
"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": "874763622bfd5b5d118109e44f25460c4b34af57",
"version": "15.0.1",
"port-version": 0
},
{
"git-tree": "d736db2f9ac170765f1e6ac8c90f4d46c94a3552",
"version": "15.0.0",

View File

@ -241,7 +241,7 @@
"port-version": 5
},
"arrow": {
"baseline": "15.0.0",
"baseline": "15.0.1",
"port-version": 0
},
"arsenalgear": {