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 8b05f911e4eb..1cb8a2b4d643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.3.2
+ pkgver = 0.3.3
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=3376c248bade163430f9347742428f0a82cd322d
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=c44cfe035a3d8fdc4d9dbc25f103638877d6e8c7
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index 6b4147179d06..309935bca0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='3376c248bade163430f9347742428f0a82cd322d'
+_commit='c44cfe035a3d8fdc4d9dbc25f103638877d6e8c7'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')