glances: update to 4.3.0.8

This commit is contained in:
Saksham 2025-02-01 22:46:08 +05:30 committed by classabbyamp
parent c1ca57e956
commit fce559b400

View File

@ -1,6 +1,6 @@
# Template file for 'glances'
pkgname=glances
version=4.2.1
version=4.3.0.8
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@ -13,8 +13,10 @@ license="LGPL-3.0-or-later"
homepage="https://nicolargo.github.io/glances/"
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
checksum=fedbda2a08e0c4f3c46636f94aaa80182a3ad8c4e77868b3e1b92b735eaba685
checksum=aba3cf2e8a16cac37119d687b1a8d8689b60d5ae815e9ef336a66352d811562e
post_install() {
vsconf conf/glances.conf
vman docs/man/glances.1
}