summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠarūnas Gliebus2024-05-16 18:44:07 +0300
committerŠarūnas Gliebus2024-05-16 18:44:07 +0300
commitea2cc8c4ccc6c8c5cc5c8f0f0fcf5e01314726c9 (patch)
tree3141957d4863d61179c60ae6f905218d1018c7aa
parentaa5ba514d643ccddb39564d6300cc909b7016d81 (diff)
downloadaur-ea2cc8c4ccc6c8c5cc5c8f0f0fcf5e01314726c9.tar.gz
Updated version to 1.18.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efffffd413cc..92bb1ca0026d 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.18.0
+ pkgver = 1.18.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.18.0
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#tag=v1.18.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 bd3dce3146dd..da0c9f794a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=1.18.0
+pkgver=1.18.1
pkgrel=1
pkgdesc='A fast in-memory store that is fully compatible with Redis and Memcached'
arch=('x86_64')