summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-11 20:02:01 +1300
committerGeorge Rawlinson2022-11-11 20:02:01 +1300
commit8c73a762a782ba55f8a93ccb14aabb7993decfb7 (patch)
tree490b3c140c645b767071961c4f534151ee2e3460
parent587b6111e3ccde1b7a8d84cbbe5d73345e78379b (diff)
downloadaur-8c73a762a782ba55f8a93ccb14aabb7993decfb7.tar.gz
upgpkg: zinc 0.3.5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cb8a2b4d643..4f6a47290eba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.3.3
+ pkgver = 0.3.5
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=c44cfe035a3d8fdc4d9dbc25f103638877d6e8c7
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=e9bd2126489f3f8317ff4f466176f4b811792ced
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index 309935bca0f5..efad5f98ccab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.3.3
+pkgver=0.3.5
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='c44cfe035a3d8fdc4d9dbc25f103638877d6e8c7'
+_commit='e9bd2126489f3f8317ff4f466176f4b811792ced'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')