From eacb83982dd1d74950f36c3fbb6389d4a1c38982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Mon, 18 Mar 2024 23:09:47 +0100 Subject: [PATCH] [arrow] Update to 15.0.2 (#37536) --- ports/arrow/portfile.cmake | 2 +- ports/arrow/vcpkg.json | 2 +- versions/a-/arrow.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/arrow/portfile.cmake b/ports/arrow/portfile.cmake index 4b06f9f3d7..22776d3895 100644 --- a/ports/arrow/portfile.cmake +++ b/ports/arrow/portfile.cmake @@ -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 b426421336c6bc3757626b2743a039d3c7030ad257c3bcf3247a236462dbc140b7eff4476cb727f4d048144a90c1368740c139318f8237d6cc20e87d3efdaf74 + SHA512 6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78 ) vcpkg_extract_source_archive( SOURCE_PATH diff --git a/ports/arrow/vcpkg.json b/ports/arrow/vcpkg.json index 6eef74be65..26f5090952 100644 --- a/ports/arrow/vcpkg.json +++ b/ports/arrow/vcpkg.json @@ -1,6 +1,6 @@ { "name": "arrow", - "version": "15.0.1", + "version": "15.0.2", "description": "Cross-language development platform for in-memory analytics", "homepage": "https://arrow.apache.org", "license": "Apache-2.0", diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index 5a12980bdb..a25cf4daeb 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "28965b502b1501b7832c506ea728e37924902909", + "version": "15.0.2", + "port-version": 0 + }, { "git-tree": "874763622bfd5b5d118109e44f25460c4b34af57", "version": "15.0.1", diff --git a/versions/baseline.json b/versions/baseline.json index 5eff175e12..2dfa4ba78a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -241,7 +241,7 @@ "port-version": 5 }, "arrow": { - "baseline": "15.0.1", + "baseline": "15.0.2", "port-version": 0 }, "arsenalgear": {