summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Was2022-03-29 09:46:46 +0200
committerJan Was2022-03-29 09:46:46 +0200
commitbb817cf4e313ab3794ca6b24aa9650ee0945c13c (patch)
tree14711d680d2eafc63cae277886f3ab6e113a62a3
parent23d9d960242c479e76304e29a245616f1ca53d3a (diff)
downloadaur-bb817cf4e313ab3794ca6b24aa9650ee0945c13c.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 6eda10072de0..94a53d334730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 373
+ pkgver = 375
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-373-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/373/trino-cli-373-executable.jar
- sha256sums = 9e8b66175b9716ca942ac63b24f62ebdcc7d47e1b39a0b5c124c89db31c2b9b4
+ noextract = trino-cli-375-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/375/trino-cli-375-executable.jar
+ sha256sums = 0b96af66dca43353389be3c348f0472a9e709ace22c9a2a9689acb64b70beac1
pkgname = trino-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index e3f179549744..8a5d464d919d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=373
+pkgver=375
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=('4a2ec84185253b7238bb92515aba28869fe0a71190168734f41bb5e5b0c4c6ee')
+sha256sums=('0b96af66dca43353389be3c348f0472a9e709ace22c9a2a9689acb64b70beac1')
package() {
cd "${srcdir}"