htop: update to 3.0.2.

This commit is contained in:
Frank Steinborn 2020-09-15 21:39:15 +02:00 committed by Andrew J. Hesford
parent b94beb0598
commit da398900db

View file

@ -1,10 +1,10 @@
# Template file for 'htop'
pkgname=htop
version=3.0.1
version=3.0.2
revision=1
build_style=gnu-configure
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
hostmakedepends="python automake"
hostmakedepends="automake"
makedepends="ncurses-devel"
short_desc="Interactive process viewer"
maintainer="Frank Steinborn <steinex@nognu.de>"
@ -12,7 +12,7 @@ license="GPL-2.0-only"
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=8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca
checksum=b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305
CFLAGS="-fcommon"