system/atop: Updated for version 1.26.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Diogo Leal 2011-03-01 21:45:42 -03:00 committed by Niels Horn
parent 90e90209f2
commit d961d103b4
2 changed files with 7 additions and 6 deletions

View file

@ -4,13 +4,14 @@
# Written by Menno Duursma <druiloor@zonnet.nl>
# Modified by Robby Workman <rworkman@slackbuilds.org>
# Modified by Diogo Leal <diogo@diogoleal.com>
# This program is free software. It comes without any warranty.
# Granted WTFPL, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
PRGNAM=atop
VERSION=${VERSION:-1.25}
VERSION=${VERSION:-1.26}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
@ -41,7 +42,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="atop"
VERSION="1.25"
VERSION="1.26"
HOMEPAGE="http://www.atoptool.nl/"
DOWNLOAD="http://www.atoptool.nl/download/atop-1.25.tar.gz"
MD5SUM="8b67756a71ca49728b402da369c4f26e"
DOWNLOAD="http://www.atoptool.nl/download/atop-1.26.tar.gz"
MD5SUM="9a72baf4c8f330973f1e2703f5a6c041"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Diogo Leal"
EMAIL="diogo@diogoleal.com"
APPROVED="Erik Hanson"
APPROVED="Niels Horn"