summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠarūnas Gliebus2024-04-21 15:51:37 +0300
committerŠarūnas Gliebus2024-04-21 15:51:37 +0300
commit40c824b3c8a05aedca169483900ea750e480e451 (patch)
tree9d4ce6690c7c15152f732a0c4359dd740b543795
parent58873682f8503d8b8f8bde105c5bd1e36b5c1ef0 (diff)
downloadaur-dragonflydb.tar.gz
Updated to version 1.17.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33007236092c..5018f38021d1 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.16.1
+ pkgver = 1.17.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.16.1
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#tag=v1.17.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 27e9c46ff459..65a59eed3174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=1.16.1
+pkgver=1.17.1
pkgrel=1
pkgdesc='A fast in-memory store that is fully compatible with Redis and Memcached'
arch=('x86_64')