mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/uwsgi: Updated for version 2.0.20.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bc30b8b082
commit
0a624b1c9d
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=uwsgi
|
||||
VERSION=${VERSION:-2.0.15}
|
||||
VERSION=${VERSION:-2.0.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -102,7 +102,7 @@ EOF
|
|||
|
||||
# Build uWSGI core.
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
python uwsgiconfig.py --build package
|
||||
python2 uwsgiconfig.py --build package
|
||||
install -D -m 0755 uwsgi $PKG/usr/bin/uwsgi
|
||||
|
||||
# Create directory for plugins.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uwsgi"
|
||||
VERSION="2.0.15"
|
||||
VERSION="2.0.20"
|
||||
HOMEPAGE="https://uwsgi-docs.readthedocs.io/"
|
||||
DOWNLOAD="https://projects.unbit.it/downloads/uwsgi-2.0.15.tar.gz"
|
||||
MD5SUM="fc50bd9e83b7602fa474b032167010a7"
|
||||
DOWNLOAD="https://projects.unbit.it/downloads/uwsgi-2.0.20.tar.gz"
|
||||
MD5SUM="0093ff2a06ad47f0b1a2f1a7944285c9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue