summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-12 10:45:03 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-12 10:45:03 +0200
commitd9056e6027082b43e4437bbdead34e7871ffd59f (patch)
tree714184303cc20128f0edf4f74bf7faa4b096ae64 /snap/snapcraft.yaml
parent562780f7f0a24d93073dbd1f5591594107241552 (diff)
Glances version 4.0.0
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml7
1 files changed, 4 insertions, 3 deletions
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