summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Waś2024-03-04 14:51:44 +0100
committerJan Waś2024-03-04 14:51:44 +0100
commit12617cf141f57a3ae30e7dd065f89f347f02a6c0 (patch)
treeacde8f0e71507e90d8a8bae8a0e1dadd27dcb3e7 /PKGBUILD
parenta74fce47591dd522233ebf36c4da467f9f148b4d (diff)
downloadaur-trino-cli-bin.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 710a305d1094..38500cd91b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=435
+pkgver=439
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=('5fe1bbe4ab6542eb3d998706b40326ecc0e8eeb78dd994e556f84687312ee56e')
+sha256sums=('00daefdfe869467d34cc502ee851e5b64eac790e253f67ac0c886c26b72d7d8d')
package() {
cd "${srcdir}"