summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanibek Adilbekov2020-11-09 03:15:54 +0600
committerZhanibek Adilbekov2020-11-09 03:15:54 +0600
commit38ebbb7e5dcf330ea9936e5f1c678aff0cbe53e0 (patch)
treec0ae0913b51dbc8f1260635c0e65a5f94f0e3070
parente23876a99f4abbefa412777cb013694065323203 (diff)
downloadaur-38ebbb7e5dcf330ea9936e5f1c678aff0cbe53e0.tar.gz
build: bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571c5c8ff717..94f4f2e95f4f 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.1
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.1.zip::https://github.com/neo4j/cypher-shell/releases/download/4.2.1/cypher-shell.zip
+ md5sums = 78c92680c93927330225f0d31b6e31fc
pkgname = cypher-shell
diff --git a/PKGBUILD b/PKGBUILD
index 03c42f3437c9..6079d21af848 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.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=('35e80c500fc31a58aab5a99d0529c3de')
+md5sums=('78c92680c93927330225f0d31b6e31fc')
package() {
mkdir -p $pkgdir/usr/share/$pkgname