htop: update to 3.1.0.

This commit is contained in:
mobinmob 2021-09-26 18:03:44 +03:00 committed by Érico Nogueira Rolim
parent 9bc4704b89
commit 0273e73426

View file

@ -1,10 +1,9 @@
# Template file for 'htop'
pkgname=htop
version=3.0.5
revision=2
version=3.1.0
revision=1
build_style=gnu-configure
# NOTE: change --with-sensors to --enable-sensors next update
configure_args="--enable-unicode --with-sensors"
configure_args="--enable-unicode --enable-sensors"
hostmakedepends="automake"
makedepends="ncurses-devel libsensors-devel"
short_desc="Interactive process viewer"
@ -13,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=4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c
checksum=200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9
CFLAGS="-fcommon"