summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-08-23 14:54:46 +1200
committerGeorge Rawlinson2022-08-23 14:54:46 +1200
commit3661c7c14f52a90b8f98b82c11d7afe32e35805d (patch)
treec6299ad73f541da7f355cda929788b0d5d221d2e
parent34b1a8c91930346cef4f3ec00937d6f0b801fa1f (diff)
downloadaur-3661c7c14f52a90b8f98b82c11d7afe32e35805d.tar.gz
upgpkg: zinc 0.2.9-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8db02725f153..44521716c6ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.2.6
+ pkgver = 0.2.9
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=8976c72c487c15c0f616be50f94cf67d21365c8b
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=6c66ceec7600ff8660374d33ca692a015780c7f5
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index 8d8af4360a6a..a83636c525d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.2.6
+pkgver=0.2.9
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='8976c72c487c15c0f616be50f94cf67d21365c8b'
+_commit='6c66ceec7600ff8660374d33ca692a015780c7f5'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')