misc/siege: Updated for version 2.72.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2012-05-06 16:02:40 -04:00 committed by Erik Hanson
parent 3351d469a7
commit bbbf9a6dae
2 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
# http://sam.zoy.org/wtfpl/COPYING for more details.
PRGNAM=siege
VERSION=${VERSION:-2.70}
VERSION=${VERSION:-2.72}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,7 +40,7 @@ else
LIBDIRSUFFIX=""
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View file

@ -1,10 +1,10 @@
PRGNAM="siege"
VERSION="2.70"
VERSION="2.72"
HOMEPAGE="http://www.joedog.org/index/siege-home"
DOWNLOAD="ftp://ftp.joedog.org/pub/siege/siege-2.70.tar.gz"
MD5SUM="835c7a0606851357ebf03084ff546310"
DOWNLOAD="http://www.joedog.org/pub/siege/siege-2.72.tar.gz"
MD5SUM="6bd0b1dca6b95717e23a6bade9a0a1f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson"
APPROVED="dsomero"