network/suhosin: Updated for version 0.9.31.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Menno Duursma 2010-07-15 19:58:00 -05:00 committed by Erik Hanson
parent b85a442057
commit 84e08cf916
2 changed files with 5 additions and 7 deletions

View file

@ -11,16 +11,14 @@
# Modified by SlackBuilds.org
PRGNAM=suhosin
VERSION=${VERSION:-0.9.29}
VERSION=${VERSION:-0.9.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,10 +1,10 @@
PRGNAM="suhosin"
VERSION="0.9.29"
VERSION="0.9.31"
HOMEPAGE="http://www.hardened-php.net/suhosin/index.html"
DOWNLOAD="http://download.suhosin.org/suhosin-0.9.29.tgz"
MD5SUM="e3c599e7e344e981f935b2dab90592c1"
DOWNLOAD="http://download.suhosin.org/suhosin-0.9.31.tgz"
MD5SUM="70df3405806ee62a952510ded002dccd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Menno Duursma"
EMAIL="druiloor@zonnet.nl"
APPROVED="dsomero"
APPROVED="Erik Hanson"