summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2020-12-08 17:06:03 +0600
committerZhanibek Adilbekov2020-12-08 17:06:03 +0600
commitf05b01fbcdbc0f8fb5b2cb5a16462060fc4fc74d (patch)
tree9e0a7963b2b126c58f71770287ff6b18b0a8f8ef
parent38ebbb7e5dcf330ea9936e5f1c678aff0cbe53e0 (diff)
downloadaur-f05b01fbcdbc0f8fb5b2cb5a16462060fc4fc74d.tar.gz
feat: update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f4f2e95f4f..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.2.1
+ 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.2.1.zip::https://github.com/neo4j/cypher-shell/releases/download/4.2.1/cypher-shell.zip
- md5sums = 78c92680c93927330225f0d31b6e31fc
+ 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 6079d21af848..660c11a13b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
pkgname=cypher-shell
-pkgver=4.2.1
+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=('78c92680c93927330225f0d31b6e31fc')
+md5sums=('95fff85841d884e8a3a9b8e4676edb73')
package() {
mkdir -p $pkgdir/usr/share/$pkgname