summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Waś2023-12-14 17:29:50 +0100
committerJan Waś2023-12-14 17:29:50 +0100
commita74fce47591dd522233ebf36c4da467f9f148b4d (patch)
tree1db0980b10b151b4fd01954fd1fb6f42f994bab4 /PKGBUILD
parent589b6e6073a4924edaeef9e32da95a48f8da6f03 (diff)
downloadaur-a74fce47591dd522233ebf36c4da467f9f148b4d.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 52c75e85f5d1..710a305d1094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=434
+pkgver=435
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=('96eeaac7a02162d356c24232759577df66791ea221d2e1b55882598985c8e40a')
+sha256sums=('5fe1bbe4ab6542eb3d998706b40326ecc0e8eeb78dd994e556f84687312ee56e')
package() {
cd "${srcdir}"