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 141a92c98abc..cb5048c70318 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.0.4
+ pkgver = 4.1.1
pkgrel = 1
url = https://github.com/neo4j/cypher-shell
arch = any
license = GPL3
depends = java-runtime>=8
- source = cypher-shell-4.0.4.zip::https://github.com/neo4j/cypher-shell/releases/download/4.0.4/cypher-shell.zip
- md5sums = 552fd36438eca959e571243503c19a22
+ source = cypher-shell-4.1.1.zip::https://github.com/neo4j/cypher-shell/releases/download/4.1.1/cypher-shell.zip
+ md5sums = f6e36eb6ab82cec3086338c6907df9ab
pkgname = cypher-shell
diff --git a/PKGBUILD b/PKGBUILD
index 97f8e2509f1a..9c2b50282861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=cypher-shell
-pkgver=4.0.4
+pkgver=4.1.1
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=('552fd36438eca959e571243503c19a22')
+md5sums=('f6e36eb6ab82cec3086338c6907df9ab')
package() {
mkdir -p $pkgdir/usr/share/$pkgname