htop: 0.6 -> 0.6.1

This commit is contained in:
Johannes Winkelmann 2006-05-10 06:49:49 +00:00
parent 830a0f83de
commit bf58e49db2
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
c00b1dba101569a055ed260e06a25596 htop-0.6.tar.gz
f369aa17d4e28d0959080966687152e2 htop-0.6.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends: ncurses
name=htop
version=0.6
version=0.6.1
release=1
source=(http://dl.sourceforge.net/sourceforge/${name}/${name}-${version}.tar.gz)
@ -15,5 +15,5 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
rm -rf $PKG/usr/share/{applications,pixmaps,}
}