summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Claßen2020-09-15 15:51:13 +0200
committerPhilipp Claßen2020-09-15 15:51:13 +0200
commit5eaebf3a6f587e36e2e19c3d5878cf9da77aaadf (patch)
tree883731f973476275ac6a2b6e103f589199f933ae /PKGBUILD
parent38277cfc585230f090d9bb265786f4fec4f4bcd1 (diff)
downloadaur-5eaebf3a6f587e36e2e19c3d5878cf9da77aaadf.tar.gz
Update to 3.4.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c77703abca..0ecc54dc8d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philipp Claßen <philipp.classen@posteo.de>
pkgname=apache-gremlin-console
-pkgver=3.4.7
+pkgver=3.4.8
pkgrel=1
pkgdesc="Gremlin console from Apache TinkerPop "
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('bash' 'java-environment')
makedepends=()
source=(https://www.apache.org/dist/tinkerpop/${pkgver}/apache-tinkerpop-gremlin-console-${pkgver}-bin.zip)
-sha256sums=('43337c45630a72203dfe0c7d19946aeae72fedbd0e9411f354e53eabb8f15e8f')
+sha256sums=('8a6454f72aaf961ddd1d340471cfaf105e5029c46882a7a45db3d3193ac9d147')
package() {
cd apache-tinkerpop-gremlin-console-${pkgver}