summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6a47290eba..707f870c9fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.3.5
+ pkgver = 0.3.6
pkgrel = 1
url = https://zinclabs.io/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = zinc
makedepends = npm
depends = glibc
options = !lto
- source = zinc::git+https://github.com/zinclabs/zinc.git#commit=e9bd2126489f3f8317ff4f466176f4b811792ced
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=7dfe47c3279531e5a959575f261ab42b4299c153
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index efad5f98ccab..9a7ac6cdadb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='e9bd2126489f3f8317ff4f466176f4b811792ced'
+_commit='7dfe47c3279531e5a959575f261ab42b4299c153'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')