htop: update to 3.0.0.

This commit is contained in:
Zach Dykstra 2020-08-27 23:07:15 -05:00 committed by Jürgen Buchmüller
parent 270a60fc01
commit 42230a3d49

View file

@ -1,14 +1,21 @@
# Template file for 'htop'
pkgname=htop
version=2.2.0
version=3.0.0
revision=1
build_style=gnu-configure
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
hostmakedepends="python"
hostmakedepends="python automake"
makedepends="ncurses-devel"
short_desc="Interactive process viewer"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-2.0-only"
homepage="http://hisham.hm/htop"
distfiles="http://hisham.hm/$pkgname/releases/$version/$pkgname-$version.tar.gz"
checksum=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57
homepage="https://htop.dev/"
changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog"
distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz"
checksum=1c0661f0ae5f4e2874da250b60cd515e4ac4c041583221adfe95f10e18d1a4e6
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}