htop: update to 3.1.0.
This commit is contained in:
parent
9bc4704b89
commit
0273e73426
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue