glances: update to 3.3.0.4.
This commit is contained in:
parent
63b033b212
commit
9d02fc5965
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=3.2.7
|
||||
revision=2
|
||||
version=3.3.0.4
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-future python3-psutil python3-defusedxml python3-packaging"
|
||||
|
@ -9,10 +9,10 @@ checkdepends="$depends"
|
|||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/nicolargo/glances"
|
||||
homepage="https://nicolargo.github.io/glances/"
|
||||
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
||||
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
||||
checksum=8eee819667b39e20f8ba3881dbe5c148146baf2da880a78e5ed184a8f790abd0
|
||||
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=464905c9b4806b80782eb8e43552ccbfa346d6f905f8a2d28de48613ccba0e53
|
||||
|
||||
post_install() {
|
||||
vsconf conf/glances.conf
|
||||
|
|
Loading…
Reference in New Issue