summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Waś2023-12-06 15:58:19 +0100
committerJan Waś2023-12-06 15:58:19 +0100
commitf21c108ea57b149e27ec7c276a6eae6cdc89966c (patch)
tree5fbba74a622bf1a24cf69c2b0bfcf6241a21b558 /PKGBUILD
parentdb400f7397a2867c1412bf03160bebd51086d644 (diff)
downloadaur-f21c108ea57b149e27ec7c276a6eae6cdc89966c.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99b7d929fbbb..33ec59996927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=400
+pkgver=434
pkgrel=1
pkgdesc='Distributed SQL Query Engine for Big Data - Client'
arch=('any')
@@ -9,7 +9,7 @@ license=('Apache')
depends=('java-runtime>=8' 'sh')
source=("https://repo1.maven.org/maven2/io/trino/trino-cli/${pkgver}/trino-cli-${pkgver}-executable.jar")
noextract=("trino-cli-${pkgver}-executable.jar")
-sha256sums=('7b0188c8aae221c7931f0247a2781167a7ca38cddbaf464c1caf0276bcec087a')
+sha256sums=('96eeaac7a02162d356c24232759577df66791ea221d2e1b55882598985c8e40a')
package() {
cd "${srcdir}"