summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Was2021-10-03 19:43:45 +0000
committerJan Was2021-10-03 19:43:45 +0000
commitcfdcfd5263315425fa00622e4f2c7644ccea6d3c (patch)
tree88efb50166aa9ff63b9ae1fd25a6573c90fb28f6
parente71fa7a96fa8a885d31aeabc4f7bc50c7e85879a (diff)
downloadaur-cfdcfd5263315425fa00622e4f2c7644ccea6d3c.tar.gz
Update version
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbc92c08c4e2..063ce6e4039d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = trino-cli-bin
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 356
+ pkgver = 362
pkgrel = 1
url = https://trino.io/
arch = any
license = Apache
depends = java-runtime>=8
depends = sh
- noextract = trino-cli-356-executable.jar
- source = https://repo1.maven.org/maven2/io/trino/trino-cli/356/trino-cli-356-executable.jar
- sha256sums = cb05b185ccd61cf86270e3852889544a364818def20c87adecea6f83bd0462b6
+ noextract = trino-cli-362-executable.jar
+ source = https://repo1.maven.org/maven2/io/trino/trino-cli/362/trino-cli-362-executable.jar
+ sha256sums = 3fe3ec6d003aaceeb2b0c2701b02409c2254a7321fd49ceb8c6d123a5e444ba4
pkgname = trino-cli-bin
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..eb5e22d7a795
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/LICENSE
+/pkg/
+/src/
+/trino-cli-bin-*.pkg.tar.zst
+/trino-cli-*-executable.jar
diff --git a/PKGBUILD b/PKGBUILD
index 7f21f2367510..b824a99c255d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
-pkgver=356
+pkgver=362
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=('cb05b185ccd61cf86270e3852889544a364818def20c87adecea6f83bd0462b6')
+sha256sums=('3fe3ec6d003aaceeb2b0c2701b02409c2254a7321fd49ceb8c6d123a5e444ba4')
package() {
cd "${srcdir}"