summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2017-08-22 10:14:50 -0400
committerWilliam Turner2017-08-22 10:14:50 -0400
commit5e579e015a2ec1cd0e1a31e2f9f9f58c69c600ce (patch)
tree151f1f99e5b715635113bcfac151f9ab333cb65a
parent60afb8f99cc6eed28580e4e59349ff16fe020aab (diff)
downloadaur-5e579e015a2ec1cd0e1a31e2f9f9f58c69c600ce.tar.gz
Fix checksums
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d2f4f738c5f..bd3110478bc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = presto-cli
pkgdesc = Distributed SQL Query Engine for Big Data - Client
- pkgver = 0.182
+ pkgver = 0.183
pkgrel = 1
url = https://prestodb.io/
arch = any
license = custom:Apache 2
depends = java-runtime>=8
depends = sh
- noextract = presto-cli-0.182-executable.jar
- source = https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.182/presto-cli-0.182-executable.jar
+ noextract = presto-cli-0.183-executable.jar
+ source = https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.183/presto-cli-0.183-executable.jar
source = https://raw.githubusercontent.com/prestodb/presto/master/LICENSE
- sha256sums = 8f6404accc90d372324b5e5abbd95b2ccecea87a4c5c3ef85804452c05679811
+ sha256sums = ff2ff3e628c8385fd6563a35b645c9c009c74c529a3e319cbe7873acab124350
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
pkgname = presto-cli
diff --git a/PKGBUILD b/PKGBUILD
index 55a2ea6941a1..1ba1b5cea1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('java-runtime>=8' 'sh')
source=("https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/${pkgver}/presto-cli-${pkgver}-executable.jar"
'https://raw.githubusercontent.com/prestodb/presto/master/LICENSE')
noextract=("presto-cli-${pkgver}-executable.jar")
-sha256sums=('8f6404accc90d372324b5e5abbd95b2ccecea87a4c5c3ef85804452c05679811'
+sha256sums=('ff2ff3e628c8385fd6563a35b645c9c009c74c529a3e319cbe7873acab124350'
'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
package() {