Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

glances: update to 4.3.0.8 #54177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions srcpkgs/glances/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
}