summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-08 21:30:51 +0000
committerGeorge Rawlinson2022-06-08 21:30:51 +0000
commit0ffb894262b5d712657bd6ec93a52c246e84291e (patch)
tree51bf08584c115a1ec05e5bb150cf3132a72a9920
parent72c7785ad343d7ffc8b723941bb4f79b4e3cec79 (diff)
downloadaur-0ffb894262b5d712657bd6ec93a52c246e84291e.tar.gz
upgpkg: dragonflydb 0.2.0-1
New upstream release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f22d005ee20..b8aae26dde1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A modern replacement for Redis/Memcached
- pkgver = 0.1.0
+ pkgver = 0.2.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=29575d00ee325024aded76857e62ae01a4dfe62d
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=e646209da499213a8bdca7e6716092420ae1b7d5
source = github.com-romage-helio::git+https://github.com/romange/helio
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8d0bbe7f9a1e..2c929ec80fdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc='A modern replacement for Redis/Memcached'
arch=('x86_64')
@@ -9,10 +9,11 @@ url='https://dragonflydb.io'
license=('custom:BSL1.1')
depends=('openssl' 'boost-libs' 'libunwind')
makedepends=('git' 'cmake' 'ninja' 'python' 'boost')
-_commit='29575d00ee325024aded76857e62ae01a4dfe62d'
+_commit='e646209da499213a8bdca7e6716092420ae1b7d5'
source=(
"$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit"
- 'github.com-romage-helio::git+https://github.com/romange/helio')
+ 'github.com-romage-helio::git+https://github.com/romange/helio'
+)
b2sums=('SKIP'
'SKIP')