From d9056e6027082b43e4437bbdead34e7871ffd59f Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 12 May 2024 10:45:03 +0200 Subject: Glances version 4.0.0 --- snap/snapcraft.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'snap/snapcraft.yaml') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 930102fa..7e395bfb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.0.0+rc02' ## '4.0.0' +version: '4.0.0' summary: Glances an Eye on your system. A top/htop alternative. description: | @@ -9,7 +9,7 @@ description: | depending on the user interface size. base: core22 -grade: devel ## stable +grade: stable confinement: strict apps: @@ -49,6 +49,7 @@ parts: glances: plugin: python source: https://github.com/nicolargo/glances.git - source-branch: develop ## master + source-branch: master python-requirements: - requirements.txt + - webui-requirements.txt -- cgit v1.2.3