Skip to content

Commit

Permalink
[arrow] Update to 15.0.0 (#36298)
Browse files Browse the repository at this point in the history
* [arrow] Update to 15.0.0

* Update versions
  • Loading branch information
raulcd authored Jan 24, 2024
1 parent f3a1279 commit 8ea2dff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 dd6cf6cbb817a48ef5275bb409367e5904526a3c16a17a37ea75101085ea19a71ba6bf936a6f099012e7c528811db1728ef2f14dcb16a1056a22088839280ce0
SHA512 d5dccaa0907b0e6f2a460e32ae75091942dcb70b51db4aefe2767ee8d99882694607b723a9c06898dda3938d8eb498258d7f9aad11054665b6ea9c2fbaeafa74
)
vcpkg_extract_source_archive(
SOURCE_PATH
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": "14.0.2",
"port-version": 2,
"version": "15.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": "d736db2f9ac170765f1e6ac8c90f4d46c94a3552",
"version": "15.0.0",
"port-version": 0
},
{
"git-tree": "68021accce836c6b394076d1494379df640dcb8c",
"version": "14.0.2",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
"port-version": 5
},
"arrow": {
"baseline": "14.0.2",
"port-version": 2
"baseline": "15.0.0",
"port-version": 0
},
"arsenalgear": {
"baseline": "2.1.0",
Expand Down

0 comments on commit 8ea2dff

Please sign in to comment.