diff options
-rw-r--r-- | lang/python/django-restframework/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index ff5bb1554..d5fdc82ce 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-restframework -PKG_VERSION:=3.11.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.11.1 +PKG_RELEASE:=1 PYPI_NAME:=djangorestframework -PKG_HASH:=e782087823c47a26826ee5b6fa0c542968219263fb3976ec3c31edab23a4001f +PKG_HASH:=6dd02d5a4bd2516fb93f80360673bf540c3b6641fec8766b1da2870a5aa00b32 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=BSD-3-Clause |