Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 4b4498e

Browse files
authored
Apache arrow 9.0.0 (#50)
* Apache arrow 9.0.0 * use final url
1 parent 019b173 commit 4b4498e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-arrow/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_realname=arrow
33
pkgbase=mingw-w64-${_realname}
44
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
5-
pkgver=8.0.0
5+
pkgver=9.0.0
66
pkgrel=1
77
pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
88
arch=("any")
@@ -23,11 +23,11 @@ options=("staticlibs" "strip" "!buildflags")
2323
# source_dir=${_realname}
2424

2525
# Uncomment to build from rc
26-
#source=("${_realname}-${pkgver}.tar.gz"::"https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-${pkgver}-rc3/apache-arrow-${pkgver}.tar.gz")
26+
#source=("${_realname}-${pkgver}.tar.gz"::"https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-${pkgver}-rc2/apache-arrow-${pkgver}.tar.gz")
2727
# This is the official release
2828
source=("${_realname}-${pkgver}.tar.gz"::"https://downloads.apache.org/arrow/arrow-${pkgver}/apache-arrow-${pkgver}.tar.gz")
2929
source_dir="apache-${_realname}-${pkgver}"
30-
sha256sums=("ad9a05705117c989c116bae9ac70492fe015050e1b80fb0e38fde4b5d863aaa3")
30+
sha256sums=("a9a033f0a3490289998f458680d19579cf07911717ba65afde6cb80070f7a9b5")
3131

3232

3333
pkgver() {

0 commit comments

Comments
 (0)