mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
glances: update to 4.3.1.
This commit is contained in:
parent
94572bca2c
commit
0ae7840906
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'glances'
|
# Template file for 'glances'
|
||||||
pkgname=glances
|
pkgname=glances
|
||||||
version=4.3.0.8
|
version=4.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-psutil python3-defusedxml python3-packaging python3-orjson
|
depends="python3-defusedxml python3-packaging python3-psutil"
|
||||||
python3-pydantic"
|
|
||||||
checkdepends="$depends"
|
checkdepends="$depends"
|
||||||
short_desc="Cross-platform curses-based monitoring tool"
|
short_desc="Cross-platform curses-based monitoring tool"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -13,7 +12,7 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://nicolargo.github.io/glances/"
|
homepage="https://nicolargo.github.io/glances/"
|
||||||
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
||||||
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=aba3cf2e8a16cac37119d687b1a8d8689b60d5ae815e9ef336a66352d811562e
|
checksum=473793bf118a0c34ef54bc7004cfc2d7bbc8752551b440e07ed37684a68d50b3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf conf/glances.conf
|
vsconf conf/glances.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue