summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2019-11-21 21:32:35 +0600
committerZhanibek Adilbekov2019-11-21 21:32:35 +0600
commitb74c1364c9edbb816d49f9f92180f370b41bf6cf (patch)
tree18c02d57ab407e20338f4255d421a9e19cf524d4
parent0c64b27e6b803776045c380346c5a3d36623b6b4 (diff)
downloadaur-b74c1364c9edbb816d49f9f92180f370b41bf6cf.tar.gz
v1.1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de6314e846b4..8b74a064c4ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cypher-shell
pkgdesc = A command line shell where you can execute Cypher against an instance of Neo4j
- pkgver = 1.1.10
+ pkgver = 1.1.12
pkgrel = 1
url = https://github.com/neo4j/cypher-shell
arch = any
license = GPL3
depends = java-runtime>=8
- source = cypher-shell-1.1.10.zip::https://github.com/neo4j/cypher-shell/releases/download/1.1.10/cypher-shell.zip
- md5sums = c9c04b2744e6429cb21a17c0cc279047
+ source = cypher-shell-1.1.12.zip::https://github.com/neo4j/cypher-shell/releases/download/1.1.12/cypher-shell.zip
+ md5sums = 476c36f6e7c9762cd0dd3d4f8b8d313d
pkgname = cypher-shell
diff --git a/PKGBUILD b/PKGBUILD
index 6eec41182ef1..1dcf4bb5eaf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=cypher-shell
-pkgver=1.1.10
+pkgver=1.1.12
pkgrel=1
pkgdesc="A command line shell where you can execute Cypher against an instance of Neo4j"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('java-runtime>=8')
source=(
"$pkgname-$pkgver.zip::https://github.com/neo4j/cypher-shell/releases/download/$pkgver/cypher-shell.zip")
-md5sums=('c9c04b2744e6429cb21a17c0cc279047')
+md5sums=('476c36f6e7c9762cd0dd3d4f8b8d313d')
package() {
mkdir -p $pkgdir/usr/share/$pkgname