summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 20:36:14 +0200
committerGoliathLabs2020-06-11 20:36:14 +0200
commitc997b1d7ce2563bb190917c1495b05d66839c772 (patch)
tree2c0d448306a1e49f2e9e18c67f272ca8ca6503a7
parent7ab167aa319b822163aab1b6eb96e15b2e52dd61 (diff)
downloadaur-c997b1d7ce2563bb190917c1495b05d66839c772.tar.gz
Updated: 4.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b12602616a9e..83397be3807a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = django-redis
pkgdesc = Full featured redis cache backend for Django
- pkgver = 4.11.0
+ pkgver = 4.12.1
pkgrel = 1
url = https://github.com/niwinz/django-redis
arch = any
@@ -8,8 +8,8 @@ pkgbase = django-redis
makedepends = python
makedepends = python-setuptools
makedepends = python-redis
- source = https://pypi.io/packages/source/d/django-redis/django-redis-4.11.0.tar.gz
- sha256sums = a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b
+ source = https://pypi.io/packages/source/d/django-redis/django-redis-4.12.1.tar.gz
+ sha256sums = 306589c7021e6468b2656edc89f62b8ba67e8d5a1c8877e2688042263daa7a63
pkgname = python-django-redis
diff --git a/PKGBUILD b/PKGBUILD
index 76b5ac9a0009..e4f853041725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-redis
pkgname=('python-django-redis')
-pkgver=4.11.0
+pkgver=4.12.1
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=('a5b1e3ffd3198735e6c529d9bdf38ca3fcb3155515249b98dc4d966b8ddf9d2b')
+sha256sums=('306589c7021e6468b2656edc89f62b8ba67e8d5a1c8877e2688042263daa7a63')
package_python-django-redis() {
cd "${srcdir}/${pkgbase}-${pkgver}"