summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-18 11:18:01 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-18 11:18:01 +0200
commit15b0a9bbaba9a42abb505ef7d507e395cdc4fe96 (patch)
treed3f2dde2170205d47149bb06fc76d6b54e1ebae6 /snap
parent1183b4dabd06041b73e24c56660f650f48083ffa (diff)
Update snapcraft
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index d9e701f3..95f0098c 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: glances
-version: '4.1.0+beta01' ## '4.0.0'
+version: '4.0.5' ## '4.0.5'
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
+grade: stable # devel
confinement: strict
apps:
@@ -49,7 +49,7 @@ parts:
glances:
plugin: python
source: https://github.com/nicolargo/glances.git
- source-branch: devel
+ source-branch: master # develop
python-requirements:
- requirements.txt
- webui-requirements.txt