mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/uwsgi: updated for version 2.0.26
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7364a03812
commit
3fabe7311e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=uwsgi
|
PRGNAM=uwsgi
|
||||||
VERSION=${VERSION:-2.0.25.1}
|
VERSION=${VERSION:-2.0.26}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="uwsgi"
|
PRGNAM="uwsgi"
|
||||||
VERSION="2.0.25.1"
|
VERSION="2.0.26"
|
||||||
HOMEPAGE="https://uwsgi-docs.readthedocs.io/"
|
HOMEPAGE="https://uwsgi-docs.readthedocs.io/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.25.1.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uwsgi/uwsgi-2.0.26.tar.gz"
|
||||||
MD5SUM="920deefc852522a0563b2a1351b12b5b"
|
MD5SUM="feaa4ee46afe415163ecf5fb6b2db4f9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue