htop: 2.0.1 -> 2.1.0

This commit is contained in:
Danny Rawlins 2018-03-30 12:22:51 +11:00
parent 8fd04d5192
commit 9e11195c83
3 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
f75fe92b4defaa80d99109830f34b5e2 htop-2.0.1.tar.gz
f262b66ad6c194782f4d3a80627e84c8 htop-2.1.0.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/U6tVF41XEc/gzngGn6bLt3A8RwxH1dfQxBYFB/DBB8GW6SJEocSvg7gTvYTVdaduodM0ps+BdctaXEIPBdyjgM=
SHA256 (Pkgfile) = ee64bc38efa0f5b263efba4f914ad1601220f1e36211182f8842a59cc58782e1
RWSE3ohX2g5d/SYh1/ubvr+8yO6RwCP3P+zOjmhY7wRoMxGATxofbBsX+a87JBkF3vmhE0hoY90qYI77OTnjEyosXUwWh4PQCAY=
SHA256 (Pkgfile) = 2bf707734ca2ad311f178c96897d948af38d7d4af1b2e3965c459ffd2019333c
SHA256 (.footprint) = f11cf3a232e1f7885985d2d8ee00b4dbfbd263941e45f11afb4c6c56829b148f
SHA256 (htop-2.0.1.tar.gz) = f410626dfaf6b70fdf73cd7bb33cae768869707028d847fed94a978e974f5666
SHA256 (htop-2.1.0.tar.gz) = 3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748

View File

@ -2,16 +2,16 @@
# Maintainer: Thomas Penteker, tek at serverop dot de
# Description: an interactive process viewer
# URL: http://hisham.hm/htop
# Depends on: ncurses
# Depends on: python
name=htop
version=2.0.1
version=2.1.0
release=1
source=(http://hisham.hm/htop/releases/$version/htop-$version.tar.gz)
source=(https://hisham.hm/htop/releases/$version/htop-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --mandir=/usr/share/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install