summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Was2022-06-06 10:04:00 +0200
committerJan Was2022-06-06 10:04:00 +0200
commite16d1ccbad2b995eee120ab14a65cccb60cedc62 (patch)
tree71d05a40e4e0e3dba21fe3937f2dec9c9faca7aa
parent4b19ba2df5caa9cac2fef4f7108cec5bec6db8d5 (diff)
downloadaur-e16d1ccbad2b995eee120ab14a65cccb60cedc62.tar.gz
Bump dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75fb967087a0..b42445e30997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 378
+ pkgver = 384
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-378-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/378/trino-cli-378-executable.jar
- sha256sums = 0bfdde39faf15222ea3cfe06723ada66446799af56ea08319a001028680f1da7
+ noextract = trino-cli-384-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/384/trino-cli-384-executable.jar
+ sha256sums = 3dd88bfcf0b7e998bd05535fb2a41e37639ddae7d1ee01d8c5fcf73814683785
pkgname = trino-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ab7a1034a466..bd4f7995ca40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=378
+pkgver=384
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=('0bfdde39faf15222ea3cfe06723ada66446799af56ea08319a001028680f1da7')
+sha256sums=('3dd88bfcf0b7e998bd05535fb2a41e37639ddae7d1ee01d8c5fcf73814683785')
package() {
cd "${srcdir}"