summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2021-05-05 14:34:55 -0400
committerWilliam Turner2021-05-05 14:34:55 -0400
commite71fa7a96fa8a885d31aeabc4f7bc50c7e85879a (patch)
tree8725aaab9b89c6226d09bc6c4b590808d5e40880
parentcd0127c0bd6cf38777c941398a2acb13858cacc7 (diff)
downloadaur-e71fa7a96fa8a885d31aeabc4f7bc50c7e85879a.tar.gz
Update to 356
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bccd26ca3fd9..dbc92c08c4e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 351
+ pkgver = 356
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-351-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/351/trino-cli-351-executable.jar
- sha256sums = f525c91d2872a9bad7cc5bd83131eba30ef48c3e61378858c5a2d8471bc03605
+ noextract = trino-cli-356-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/356/trino-cli-356-executable.jar
+ sha256sums = cb05b185ccd61cf86270e3852889544a364818def20c87adecea6f83bd0462b6
pkgname = trino-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f5b9509c74a5..7f21f2367510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=351
+pkgver=356
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=('f525c91d2872a9bad7cc5bd83131eba30ef48c3e61378858c5a2d8471bc03605')
+sha256sums=('cb05b185ccd61cf86270e3852889544a364818def20c87adecea6f83bd0462b6')
package() {
cd "${srcdir}"