network/uwsgi: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a1389e57e
commit
f96cf546de
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for uwsgi
|
||||
|
||||
# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=uwsgi
|
||||
VERSION=${VERSION:-1.9.6}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uwsgi"
|
||||
VERSION="1.9.6"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="http://projects.unbit.it/uwsgi/"
|
||||
DOWNLOAD="http://projects.unbit.it/downloads/uwsgi-1.9.6.tar.gz"
|
||||
MD5SUM="2c1007c48cfdc8876333967be14f9b2e"
|
||||
DOWNLOAD="http://projects.unbit.it/downloads/uwsgi-2.0.3.tar.gz"
|
||||
MD5SUM="3d27176082aba18d13871aa89d2610af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue