network/uwsgi: Updated for version 1.9.6.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2013-05-19 09:12:23 -04:00 committed by dsomero
parent 007a3456ac
commit a8a0b44d01
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=uwsgi
VERSION=${VERSION:-1.4.4}
VERSION=${VERSION:-1.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -133,7 +133,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="uwsgi"
VERSION="1.4.4"
VERSION="1.9.6"
HOMEPAGE="http://projects.unbit.it/uwsgi/"
DOWNLOAD="http://projects.unbit.it/downloads/uwsgi-1.4.4.tar.gz"
MD5SUM="f46a05dc41a39989d2ef2de8e7e85ac6"
DOWNLOAD="http://projects.unbit.it/downloads/uwsgi-1.9.6.tar.gz"
MD5SUM="2c1007c48cfdc8876333967be14f9b2e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""