mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/siege: Updated for version 2.72.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
3351d469a7
commit
bbbf9a6dae
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue