summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFloréal Toumikian2022-07-16 02:13:46 +0200
committerFloréal Toumikian2022-07-16 02:13:46 +0200
commite6f04686ea27b33d492f5517d486739803196c2c (patch)
treee0f9d3b4bba1466720775dd8ae6032addb672710
parentdb9b7caaf616da90be86a88b0fecbb92316bc8c6 (diff)
downloadaur-e6f04686ea27b33d492f5517d486739803196c2c.tar.gz
Upgraded: pkg version from 2.0.5 to 2.0.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33fe77ae2ef0..55b158fc3cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = redis-rejson
pkgdesc = Redis module that implements ECMA-404 The JSON Data Interchange Standard as a native data type.
- pkgver = 2.0.5
+ pkgver = 2.0.11
pkgrel = 1
url = https://github.com/RedisLabsModules/rejson
arch = x86_64
license = AGPL-3.0
+ makedepends = clang
depends = redis
- source = https://github.com/RedisLabsModules/rejson/archive/v2.0.5.tar.gz
- sha512sums = 1aed71cd5f1d563b0d2607f9bcb44a81e35db64b9d249c710520737a924011ef2b04faeb79cdb39f57c35e23550cc2302109183d94c9b26f88c1e3aa743b5f4d
+ source = https://github.com/RedisLabsModules/rejson/archive/v2.0.11.tar.gz
+ sha512sums = 560839397f299f036ab6e2f747cc77e9b7889ead06a3d5c4d779fe48bd74919c5d0bf1b462f8e5cff43920ca1082e20305d28b0b7b3b1cf769e86f9ff981177e
pkgname = redis-rejson
-
diff --git a/PKGBUILD b/PKGBUILD
index 9068072e1e55..35022bef345b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Riccardo Berto <riccardobrt at gmail>
pkgname=redis-rejson
_pkgname=RedisJSON
-pkgver=2.0.5
+pkgver=2.0.11
pkgrel=1
pkgdesc="Redis module that implements ECMA-404 The JSON Data Interchange Standard as a native data type."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('AGPL-3.0')
depends=('redis')
makedepends=("clang")
source=("$url/archive/v$pkgver.tar.gz")
-sha512sums=('1aed71cd5f1d563b0d2607f9bcb44a81e35db64b9d249c710520737a924011ef2b04faeb79cdb39f57c35e23550cc2302109183d94c9b26f88c1e3aa743b5f4d')
+sha512sums=('560839397f299f036ab6e2f747cc77e9b7889ead06a3d5c4d779fe48bd74919c5d0bf1b462f8e5cff43920ca1082e20305d28b0b7b3b1cf769e86f9ff981177e')
prepare() {
cd "$_pkgname-$pkgver"