summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048a9b2e85d9..33007236092c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A fast in-memory store that is fully compatible with Redis and Memcached
- pkgver = 1.15.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://dragonflydb.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = dragonflydb
depends = boost-libs
depends = libunwind
optdepends = logrotate
- source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#tag=v1.15.0
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#tag=v1.16.1
source = github.com-romage-helio::git+https://github.com/romange/helio
source = sysusers.conf
source = tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index dc6f113f44e4..27e9c46ff459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=1.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc='A fast in-memory store that is fully compatible with Redis and Memcached'
arch=('x86_64')