summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571c5c8ff717..6220da00203f 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 = 4.1.2
+ pkgver = 4.2.2
pkgrel = 1
url = https://github.com/neo4j/cypher-shell
arch = any
license = GPL3
depends = java-runtime>=8
- source = cypher-shell-4.1.2.zip::https://github.com/neo4j/cypher-shell/releases/download/4.1.2/cypher-shell.zip
- md5sums = 35e80c500fc31a58aab5a99d0529c3de
+ source = cypher-shell-4.2.2.zip::https://github.com/neo4j/cypher-shell/releases/download/4.2.2/cypher-shell.zip
+ md5sums = 95fff85841d884e8a3a9b8e4676edb73
pkgname = cypher-shell
diff --git a/PKGBUILD b/PKGBUILD
index 03c42f3437c9..660c11a13b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=cypher-shell
-pkgver=4.1.2
+pkgver=4.2.2
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=('35e80c500fc31a58aab5a99d0529c3de')
+md5sums=('95fff85841d884e8a3a9b8e4676edb73')
package() {
mkdir -p $pkgdir/usr/share/$pkgname