diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2018-03-17 16:20:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:51:19 +0700 |
commit | 6746edb5f22b7cd0ba6d283a4ac5605b156c223d (patch) | |
tree | 3f6c66be53b2174733b68e731bd72f7dc10e4ddf /network | |
parent | 8d07fa35d88e5cb4b85fca0884756e39c2b0b12c (diff) | |
download | slackbuilds-6746edb5f22b7cd0ba6d283a4ac5605b156c223d.tar.gz |
network/siege: Updated for version 4.0.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/siege/siege.SlackBuild | 8 | ||||
-rw-r--r-- | network/siege/siege.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/siege/siege.SlackBuild b/network/siege/siege.SlackBuild index 73f4152dc4..ad9c26d709 100644 --- a/network/siege/siege.SlackBuild +++ b/network/siege/siege.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Siege -# Copyright 2011-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2011-2018 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Originally written by Menno Duursma <druiloor@zonnet.nl> PRGNAM=siege -VERSION=${VERSION:-3.0.5} +VERSION=${VERSION:-4.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,9 +92,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html -cp -a AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README* \ +cp -a AUTHORS ChangeLog COPYING README* \ $PKG/usr/doc/$PRGNAM-$VERSION -cp -a html/{README,basic.php,cache-control.php,cookie-test.php,etag.php,login.php} \ +cp -a html/{README,basic.php,cache-control.php,cookie-expire.php,etag.php,login.php} \ $PKG/usr/doc/$PRGNAM-$VERSION/html cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/siege/siege.info b/network/siege/siege.info index 9e9a61d578..48e21fb9fb 100644 --- a/network/siege/siege.info +++ b/network/siege/siege.info @@ -1,8 +1,8 @@ PRGNAM="siege" -VERSION="3.0.5" +VERSION="4.0.4" HOMEPAGE="http://www.joedog.org/index/siege-home" -DOWNLOAD="http://download.joedog.org/siege/siege-3.0.5.tar.gz" -MD5SUM="822cc4750a6162945ee91af98773bda4" +DOWNLOAD="http://download.joedog.org/siege/siege-4.0.4.tar.gz" +MD5SUM="aed6db62c4bf199f86218bd7b2fda14f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |