summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-12 15:35:15 +1200
committerGeorge Rawlinson2022-09-12 15:35:15 +1200
commitcc13a0d3bf8a0b2a2cb83de00cf9aa1adad6884c (patch)
treefafacfbc03576f47bc5a3f7bb03dd06ec71096c1
parent6510de13eb8c260f0162fffc0c018ee4ba6a7fe1 (diff)
downloadaur-cc13a0d3bf8a0b2a2cb83de00cf9aa1adad6884c.tar.gz
upgpkg: zinc 0.3.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeab23fd1ad7..8b05f911e4eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.3.1
+ pkgver = 0.3.2
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=256a3935c5aadac1c06bb028d1d34bb0230f5886
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=3376c248bade163430f9347742428f0a82cd322d
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index 46dbf03b828b..6b4147179d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='256a3935c5aadac1c06bb028d1d34bb0230f5886'
+_commit='3376c248bade163430f9347742428f0a82cd322d'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')