Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions ports/arrow/0008-ostringstring.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/arrow/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ffbac0c198c74f26b2ac173aa2b054cfd3902927ca3db36fbbae25353e8696c32b744e805c25801ced22641af71a5a8ea441202d8d3494aa803b797995d9d408
SHA512 9c7a91eef5177b0339f0479397afcc455f25af4d0cb07cd5ce0dcbdd5bba390ef2310cd114b6769c13f93e7199d58a895b2d680cca997afb6ebdb8e7dabf5b4e
)
vcpkg_extract_source_archive(
SOURCE_PATH
Expand All @@ -13,7 +13,6 @@ vcpkg_extract_source_archive(
0004-android-datetime.patch
0005-cmake-msvcruntime.patch
0007-use-vcpkg-mimalloc.patch
0008-ostringstring.patch
)

# Check cpp/cmake_modules/DefineOptions.cmake for option dependencies -
Expand Down
3 changes: 1 addition & 2 deletions ports/arrow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "arrow",
"version": "24.0.0",
"port-version": 2,
"version": "25.0.0",
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arrow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "109d185575862ce4f46b01b81b1a1d716181049d",
"version": "25.0.0",
"port-version": 0
},
{
"git-tree": "72f4c8f5f7cb8893da5bdca7db90314e25493b16",
"version": "24.0.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
"port-version": 10
},
"arrow": {
"baseline": "24.0.0",
"port-version": 2
"baseline": "25.0.0",
"port-version": 0
},
"arrow-adbc": {
"baseline": "23",
Expand Down
Loading