mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/forkstat: Updated for version 0.02.05.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0f88d768f5
commit
483ad2abfc
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=forkstat
|
||||
VERSION=${VERSION:-0.02.03}
|
||||
VERSION=${VERSION:-0.02.05}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="forkstat"
|
||||
VERSION="0.02.03"
|
||||
VERSION="0.02.05"
|
||||
HOMEPAGE="http://kernel.ubuntu.com/~cking/forkstat/"
|
||||
DOWNLOAD="http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-0.02.03.tar.gz"
|
||||
MD5SUM="c68cccad23647816a0033b83a8ce057d"
|
||||
DOWNLOAD="http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-0.02.05.tar.xz"
|
||||
MD5SUM="6b03a2431b6c131ed53301ce880b7c4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue