system/multitail: Updated for version 5.2.9.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
36f1824839
commit
7cad730840
|
@ -11,4 +11,3 @@ config() {
|
|||
}
|
||||
|
||||
config etc/multitail.conf.new
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for MultiTail
|
||||
|
||||
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=multitail
|
||||
VERSION=5.2.7
|
||||
VERSION=${VERSION:-5.2.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="multitail"
|
||||
VERSION="5.2.7"
|
||||
VERSION="5.2.9"
|
||||
HOMEPAGE="http://www.vanheusden.com/multitail/"
|
||||
DOWNLOAD="http://www.vanheusden.com/multitail/multitail-5.2.7.tgz"
|
||||
MD5SUM="ee7b9861d165b0f2a8519f2f0c299641"
|
||||
DOWNLOAD="http://www.vanheusden.com/multitail/multitail-5.2.9.tgz"
|
||||
MD5SUM="871cb6a9a0d4f599b9cbd9f603da4c51"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
multitail: MultiTail (follows files in style, it is tail on steroids)
|
||||
multitail:
|
||||
multitail:
|
||||
multitail: MultiTail lets you view one or multiple files like the original
|
||||
multitail: tail program. The difference is that it creates multiple windows
|
||||
multitail: on your console (with ncurses).
|
||||
|
|
Loading…
Reference in New Issue