summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-12-07 14:55:36 +1300
committerGeorge Rawlinson2022-12-07 14:55:36 +1300
commitf3744700c92f2fca16437c340d649828e114b772 (patch)
treea5bff85e33f4ad6ef8ed9d83221afcfddf3f8302
parent0c868fb8be76b56c7730811929dd709946f84507 (diff)
downloadaur-f3744700c92f2fca16437c340d649828e114b772.tar.gz
upgpkg: dragonflydb 0.12.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30f95cc8cdd..a5486a9fd428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A modern replacement for Redis/Memcached
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://dragonflydb.io
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = dragonflydb
depends = openssl
depends = boost-libs
depends = libunwind
- source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=b3958340602a912c2a38d947c4973c824d6ab830
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=2d83aa995e4e479ec943f0b4c489fcd1b513c621
source = github.com-romage-helio::git+https://github.com/romange/helio
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a53cf89a5d55..8f319d1ba8da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='A modern replacement for Redis/Memcached'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://dragonflydb.io'
license=('custom:BSL1.1')
depends=('openssl' 'boost-libs' 'libunwind')
makedepends=('git' 'cmake' 'ninja' 'python' 'boost')
-_commit='b3958340602a912c2a38d947c4973c824d6ab830'
+_commit='2d83aa995e4e479ec943f0b4c489fcd1b513c621'
source=(
"$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit"
'github.com-romage-helio::git+https://github.com/romange/helio'