django: bump to version 3.2.6 16354/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 13 Aug 2021 07:04:25 +0000 (10:04 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 13 Aug 2021 07:04:27 +0000 (10:04 +0300)
And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/django/Makefile

index 545407a6cbc9aae5cb5421aa43db2c1286ee4dfc..c55c9e9db4ec54eec11e77aa78a26a17bdba21e4 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=django
-PKG_VERSION:=3.2.5
-PKG_RELEASE:=1
+PKG_VERSION:=3.2.6
+PKG_RELEASE:=$(AUTORELEASE)
 
 PYPI_NAME:=Django
-PKG_HASH:=3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd
+PKG_HASH:=f27f8544c9d4c383bbe007c57e3235918e258364577373d4920e9162837be022
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
 PKG_LICENSE:=BSD-3-Clause