Browse Source

django: bump to version 3.2.6

And switch to AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
parent
commit
2577bb1eda
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/django/Makefile

+ 3
- 3
lang/python/django/Makefile View 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


Loading…
Cancel
Save