network/httping: Updated for version 1.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
9a3d4f1ed0
commit
02ec70f429
|
@ -1,6 +1,6 @@
|
||||||
Httping is like 'ping' but for http-requests.
|
Httping is like 'ping' but for http-requests.
|
||||||
|
|
||||||
Give it a URL, and it will show you how long it takes to connect, send a
|
Give it a URL, and it will show you how long it takes to connect, send a
|
||||||
request and retrieve the reply (only the headers). Be aware that the
|
request, and retrieve the reply (only the headers). Be aware that the
|
||||||
transmission across the network also takes time, so it measures the
|
transmission across the network also takes time, so it measures the
|
||||||
latency of the webserver plus network.
|
latency of the webserver plus network.
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=httping
|
PRGNAM=httping
|
||||||
VERSION=${VERSION:-1.4.1}
|
VERSION=${VERSION:-1.4.4}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -86,9 +86,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/bin
|
|
||||||
cp -a httping $PKG/usr/bin/
|
|
||||||
|
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="httping"
|
PRGNAM="httping"
|
||||||
VERSION="1.4.1"
|
VERSION="1.4.4"
|
||||||
HOMEPAGE="http://www.vanheusden.com/httping/"
|
HOMEPAGE="http://www.vanheusden.com/httping/"
|
||||||
DOWNLOAD="http://www.vanheusden.com/httping/httping-1.4.1.tgz"
|
DOWNLOAD="http://www.vanheusden.com/httping/httping-1.4.4.tgz"
|
||||||
MD5SUM="bde1ff3c01343d2371d8f34fbf8a1d9a"
|
MD5SUM="e36bb30bd758c766d7260bdde6fe6450"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Steven King"
|
MAINTAINER="Steven King"
|
||||||
EMAIL="kingrst@gmail.com"
|
EMAIL="kingrst@gmail.com"
|
||||||
APPROVED="rworkman,pprkut"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue