summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Haller2020-01-30 23:19:52 +0100
committerDavid Haller2020-01-30 23:19:52 +0100
commit964db4017295128d37644a801bd554d5edd24eb3 (patch)
treedb06069ae01d22c76b0e087906fd51733b283720 /PKGBUILD
parent2c01566f39c39d1556fed25dacd0287bfafa6105 (diff)
downloadaur-964db4017295128d37644a801bd554d5edd24eb3.tar.gz
New upstream release: Apache Drill 1.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecb4d337c2c3..319c84387c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Haller <davidhaller@mailbox.org>
pkgname=apache-drill
-pkgver=1.16.0
+pkgver=1.17.0
pkgrel=1
pkgdesc="Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage"
arch=(any)
@@ -10,7 +10,7 @@ license=('Apache')
depends=('java-runtime')
source=("https://www-eu.apache.org/dist/drill/drill-${pkgver}/${pkgname}-${pkgver}.tar.gz"
"drill-sqlline.sh")
-sha256sums=('fd195d2b38f393459b37d8f13ac1f36cdbe38495eabb08252da38e3544e87839'
+sha256sums=('a3d2d544bcc32b915fb53fced0f982670bd6fe2abd764423e566a5f6b54debf1'
'cb8fad4535629658654f083c1c323feb4a92b19ed0c4cce2411e23f6910456d3')
package()