mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/uwsgi: Updated for version 2.0.24.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8de87ccb03
commit
2bc4976dfb
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=uwsgi
|
||||
VERSION=${VERSION:-2.0.23}
|
||||
VERSION=${VERSION:-2.0.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uwsgi"
|
||||
VERSION="2.0.23"
|
||||
VERSION="2.0.24"
|
||||
HOMEPAGE="https://uwsgi-docs.readthedocs.io/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.23.tar.gz"
|
||||
MD5SUM="6d7bb65f459fb342661cca9f40693105"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.24.tar.gz"
|
||||
MD5SUM="73ec5b418bc5fa5ca90b2c07b8ac69a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue