mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
htop: update to 3.2.0.
This commit is contained in:
parent
e100553e76
commit
8dd65d2c15
1 changed files with 4 additions and 11 deletions
|
@ -1,21 +1,14 @@
|
||||||
# Template file for 'htop'
|
# Template file for 'htop'
|
||||||
pkgname=htop
|
pkgname=htop
|
||||||
version=3.1.2
|
version=3.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-unicode --enable-sensors"
|
configure_args="--enable-unicode --enable-sensors"
|
||||||
hostmakedepends="automake"
|
|
||||||
makedepends="ncurses-devel libsensors-devel"
|
makedepends="ncurses-devel libsensors-devel"
|
||||||
short_desc="Interactive process viewer"
|
short_desc="Interactive process viewer"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://htop.dev/"
|
homepage="https://htop.dev/"
|
||||||
changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/htop-dev/htop/main/ChangeLog"
|
||||||
distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz"
|
distfiles="https://github.com/htop-dev/htop/releases/download/${version}/htop-${version}.tar.xz"
|
||||||
checksum=fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001
|
checksum=e0f645d4ac324f2c4c48aaa7a3a96d007b95516559550be0b56e423fc5b6d783
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue