summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Waś2023-12-14 17:29:50 +0100
committerJan Waś2023-12-14 17:29:50 +0100
commita74fce47591dd522233ebf36c4da467f9f148b4d (patch)
tree1db0980b10b151b4fd01954fd1fb6f42f994bab4
parent589b6e6073a4924edaeef9e32da95a48f8da6f03 (diff)
downloadaur-a74fce47591dd522233ebf36c4da467f9f148b4d.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 2609e030a03a..c0394a70e80a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 434
+ pkgver = 435
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-434-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/434/trino-cli-434-executable.jar
- sha256sums = 96eeaac7a02162d356c24232759577df66791ea221d2e1b55882598985c8e40a
+ noextract = trino-cli-435-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/435/trino-cli-435-executable.jar
+ sha256sums = 5fe1bbe4ab6542eb3d998706b40326ecc0e8eeb78dd994e556f84687312ee56e
pkgname = trino-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 52c75e85f5d1..710a305d1094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=434
+pkgver=435
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=('96eeaac7a02162d356c24232759577df66791ea221d2e1b55882598985c8e40a')
+sha256sums=('5fe1bbe4ab6542eb3d998706b40326ecc0e8eeb78dd994e556f84687312ee56e')
package() {
cd "${srcdir}"