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