summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Hoffmann2022-02-26 14:33:21 +0100
committerMarcus Hoffmann2022-02-26 14:33:21 +0100
commitfab5c92038b023712b3a232a48f9bfacb61a2a07 (patch)
tree20f2e505b4bb498297e1dc01fb4676dffa9b02c6
parent2d7a16c341705dfddc580c8372d43e03a8249cdf (diff)
downloadaur-fab5c92038b023712b3a232a48f9bfacb61a2a07.tar.gz
update to 5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a39c410d7a92..6b387f7b88bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = django-redis
pkgdesc = Full featured redis cache backend for Django
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/niwinz/django-redis
arch = any
@@ -8,7 +8,7 @@ pkgbase = django-redis
makedepends = python
makedepends = python-setuptools
makedepends = python-redis
- source = https://pypi.io/packages/source/d/django-redis/django-redis-5.1.0.tar.gz
- sha256sums = 98fb3d31633a1addea1aeb558a647359908bbcf78c0833f99496c5348fe3c1b4
+ source = https://pypi.io/packages/source/d/django-redis/django-redis-5.2.0.tar.gz
+ sha256sums = 8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de
pkgname = python-django-redis
diff --git a/PKGBUILD b/PKGBUILD
index fdb34d46d8d8..58877ba42e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-redis
pkgname=python-django-redis
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="Full featured redis cache backend for Django"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
url="https://github.com/niwinz/django-redis"
makedepends=('python' 'python-setuptools' 'python-redis')
source=("https://pypi.io/packages/source/d/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('98fb3d31633a1addea1aeb558a647359908bbcf78c0833f99496c5348fe3c1b4')
+sha256sums=('8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de')
package_python-django-redis() {
cd "${srcdir}/${pkgbase}-${pkgver}"