network/uwsgi: updated for version 2.0.25.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c04c15787d
commit
e36ac49ad9
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=uwsgi
|
||||
VERSION=${VERSION:-2.0.24}
|
||||
VERSION=${VERSION:-2.0.25.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uwsgi"
|
||||
VERSION="2.0.24"
|
||||
VERSION="2.0.25.1"
|
||||
HOMEPAGE="https://uwsgi-docs.readthedocs.io/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.24.tar.gz"
|
||||
MD5SUM="73ec5b418bc5fa5ca90b2c07b8ac69a8"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.25.1.tar.gz"
|
||||
MD5SUM="920deefc852522a0563b2a1351b12b5b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue