mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
django: bump to 5.1.4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
190b99b1bc
commit
75b419e96c
@@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = "python3-django" ] || exit 0
|
||||
|
||||
GOT_VER=$(/usr/bin/django-admin version)
|
||||
[ "$GOT_VER" = "$2" ] || {
|
||||
echo "Incorrect version: expected '$2' ; obtained '$GOT_VER'"
|
||||
|
||||
Reference in New Issue
Block a user