summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcclin2023-07-12 10:44:24 +0800
committercclin2023-07-12 10:44:24 +0800
commit0f0985f682741c4a96c411e682774d1bc309351e (patch)
tree28b567459ff47ed7a5fc29b3dc351235d1f85114
parent9482f6a9479379793551567017f6b88b1a331f08 (diff)
downloadaur-0f0985f682741c4a96c411e682774d1bc309351e.tar.gz
update to 1.3.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 945be2d01fc7..6ef93e1f6989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = redis-plus-plus
pkgdesc = Redis client written in C++
- pkgver = 1.3.8
+ pkgver = 1.3.10
pkgrel = 1
url = https://github.com/sewenew/redis-plus-plus
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = redis-plus-plus
makedepends = cmake
depends = hiredis
depends = gcc-libs
- source = redis-plus-plus-1.3.8.tar.gz::https://github.com/sewenew/redis-plus-plus/archive/1.3.8.tar.gz
- sha256sums = ad521b4a24d1591a1564f945ba6370875b501210222e324f398065251df41641
+ source = redis-plus-plus-1.3.10.tar.gz::https://github.com/sewenew/redis-plus-plus/archive/1.3.10.tar.gz
+ sha256sums = 85d9d9ff84c873c4a14bd28bee569a1f311285fad8d4f2fb0e472f65d4bb842a
pkgname = redis-plus-plus
diff --git a/PKGBUILD b/PKGBUILD
index 53a7e2b07976..7c2b4198e79a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: cclin <cclinet@outlook.com>
pkgname=redis-plus-plus
-pkgver=1.3.8
+pkgver=1.3.10
pkgrel=1
pkgdesc='Redis client written in C++'
arch=('x86_64')
@@ -18,4 +18,4 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
}
-sha256sums=('ad521b4a24d1591a1564f945ba6370875b501210222e324f398065251df41641')
+sha256sums=('85d9d9ff84c873c4a14bd28bee569a1f311285fad8d4f2fb0e472f65d4bb842a')