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