summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-18 16:17:59 +1200
committerGeorge Rawlinson2022-06-18 16:17:59 +1200
commit394fd840561a616e5a78c3d39355896dd4d37397 (patch)
tree526f14c99b4c129fcc13508b9bffd9b02ec6cb8f
parente62e01860751a8f64ce9ba6c54b16a8e01c1a2a5 (diff)
downloadaur-394fd840561a616e5a78c3d39355896dd4d37397.tar.gz
upgpkg: zinc 0.2.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f15e79fea691..a57827d799c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.2.2
+ pkgver = 0.2.4
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=aec52394537971c5fbe099859aab9b57da6b09dc
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=ec7c55052aa19943e82fbec62dfe43bda1d0689c
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index 0305e4ed23c9..7cd08cfcb3c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.2.2
+pkgver=0.2.4
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='aec52394537971c5fbe099859aab9b57da6b09dc'
+_commit='ec7c55052aa19943e82fbec62dfe43bda1d0689c'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')