summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Was2022-08-03 17:01:47 +0200
committerJan Was2022-08-03 17:01:47 +0200
commite932377ce6564da8e536130d7b1f689d1d62e5e4 (patch)
treed316f0b3fd9860ab17628a2720584ef34aa92878
parent2262e70491c867c3a54e2e0e72e55a4b17897975 (diff)
downloadaur-e932377ce6564da8e536130d7b1f689d1d62e5e4.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fc9eb366003..790726541b82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 389
+ pkgver = 392
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-389-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/389/trino-cli-389-executable.jar
- sha256sums = 2edd8b4924aaa535680473dc8afb779efbb6fc8a72b2927091ba9a287de1222d
+ noextract = trino-cli-392-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/392/trino-cli-392-executable.jar
+ sha256sums = caa4ca5e671182c492af8280676355ec5ac2188c4253f575e171446665138f5b
pkgname = trino-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f305111db269..40b81cbe7e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=389
+pkgver=392
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=('2edd8b4924aaa535680473dc8afb779efbb6fc8a72b2927091ba9a287de1222d')
+sha256sums=('caa4ca5e671182c492af8280676355ec5ac2188c4253f575e171446665138f5b')
package() {
cd "${srcdir}"