summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-19 10:54:40 +1200
committerGeorge Rawlinson2022-09-19 10:54:40 +1200
commit1e8ed3ffced337304a0e39b0953fe21a8bd99511 (patch)
tree8324420b74d85cd504d70a7677acfb666f15e434
parent37e10808b3a77eb99944bd9ecb6b62254eeb74fd (diff)
downloadaur-1e8ed3ffced337304a0e39b0953fe21a8bd99511.tar.gz
upgpkg: dragonflydb 0.8.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfcb7064061b..59b5547f0ba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A modern replacement for Redis/Memcached
- pkgver = 0.7.0
+ pkgver = 0.8.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=a43badf50c77a67f7bfef37a08e047d42f62f96a
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=7ed808d5d093ec472de4868e02182cb1432c6967
source = github.com-romage-helio::git+https://github.com/romange/helio
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 07cb1093432f..6a201c645947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=0.7.0
+pkgver=0.8.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='a43badf50c77a67f7bfef37a08e047d42f62f96a'
+_commit='7ed808d5d093ec472de4868e02182cb1432c6967'
source=(
"$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit"
'github.com-romage-helio::git+https://github.com/romange/helio'