summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Was2022-02-11 17:06:03 +0100
committerJan Was2022-02-11 17:06:03 +0100
commit193fc135b39404e53ecb610a600d71de2e17721e (patch)
treeb1e1c3f2aca94e2b1e62915cb3b1e129da4f5b29
parent24ba3ce98b83b9d2f4bc8d7ff8ee9ca959ecf5bf (diff)
downloadaur-193fc135b39404e53ecb610a600d71de2e17721e.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88ff7ca9362..f3569105f635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 368
+ pkgver = 370
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-368-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/368/trino-cli-368-executable.jar
- sha256sums = 87956d931fcd4fc4e7305d85dafd94c13646f9630808632f5d5ed5f1240548d8
+ noextract = trino-cli-370-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/370/trino-cli-370-executable.jar
+ sha256sums = 9e8b66175b9716ca942ac63b24f62ebdcc7d47e1b39a0b5c124c89db31c2b9b4
pkgname = trino-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3be70d8b0901..96dcad3759d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=368
+pkgver=370
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=('87956d931fcd4fc4e7305d85dafd94c13646f9630808632f5d5ed5f1240548d8')
+sha256sums=('9e8b66175b9716ca942ac63b24f62ebdcc7d47e1b39a0b5c124c89db31c2b9b4')
package() {
cd "${srcdir}"