diff options
author | cclinet | 2021-12-29 21:57:43 +0800 |
---|---|---|
committer | cclinet | 2021-12-29 21:58:58 +0800 |
commit | e52bda88431220d93e3f6f64358840bf309915f3 (patch) | |
tree | e02122dd61e2f0a888783f555ebeae0f9fb9bc83 | |
parent | 36573249ab507e13a488494b5b570eaa4dde3a63 (diff) | |
download | aur-e52bda88431220d93e3f6f64358840bf309915f3.tar.gz |
update to 1.3.3
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 7 insertions, 7 deletions
@@ -1,15 +1,14 @@ pkgbase = redis-plus-plus pkgdesc = A C++ client for Redis based on hiredis written in C++ 11 / C++ 17 - pkgver = 1.2.1 - pkgrel = 3 + pkgver = 1.3.3 + pkgrel = 1 url = https://github.com/sewenew/redis-plus-plus arch = x86_64 license = Apache makedepends = cmake depends = gcc-libs depends = hiredis - source = redis-plus-plus-1.2.1.tar.gz::https://github.com/sewenew/redis-plus-plus/archive/1.2.1.tar.gz - sha256sums = f09c9fcc362955edb887632cd008102887278c94934d7e8c9d0acb8707671902 + source = redis-plus-plus-1.3.3.tar.gz::https://github.com/sewenew/redis-plus-plus/archive/1.3.3.tar.gz + sha256sums = 23689059b7ba50fcd8fa673c5dbb7bdb010b896b14abad5aa80a5ec48eb64f26 pkgname = redis-plus-plus - @@ -1,7 +1,7 @@ # Maintainer: cclin <cclinet@outlook.com> pkgname=redis-plus-plus -pkgver=1.2.1 -pkgrel=3 +pkgver=1.3.3 +pkgrel=1 pkgdesc='A C++ client for Redis based on hiredis written in C++ 11 / C++ 17' arch=('x86_64') url="https://github.com/sewenew/redis-plus-plus" @@ -20,3 +20,4 @@ package() { make -C build DESTDIR="$pkgdir" PREFIX=/usr install } sha256sums=('f09c9fcc362955edb887632cd008102887278c94934d7e8c9d0acb8707671902') +sha256sums=('23689059b7ba50fcd8fa673c5dbb7bdb010b896b14abad5aa80a5ec48eb64f26') |