summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-24 21:11:03 +1200
committerGeorge Rawlinson2022-09-24 21:11:03 +1200
commit587b6111e3ccde1b7a8d84cbbe5d73345e78379b (patch)
treeee6c5640c7a72c37fe4151257c263ae9742bc5ce
parentcc13a0d3bf8a0b2a2cb83de00cf9aa1adad6884c (diff)
downloadaur-587b6111e3ccde1b7a8d84cbbe5d73345e78379b.tar.gz
upgpkg: zinc 0.3.3-1
-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')