diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-15 07:53:13 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-15 07:53:13 +0200 |
commit | 8c9af1106358c9463bf7655d5a1d1122e6eb2a4c (patch) | |
tree | e7c08918402cedbf76de0986e80080b28fb0e46e /ayatanawebmail/appdata.py | |
parent | 7a893853f6db3989a4cc2da8830bc81110b016a4 (diff) | |
download | ayatana-webmail-24.5.15.tar.gz ayatana-webmail-24.5.15.tar.bz2 ayatana-webmail-24.5.15.zip |
release 24.5.1524.5.15
Diffstat (limited to 'ayatanawebmail/appdata.py')
-rwxr-xr-x | ayatanawebmail/appdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ayatanawebmail/appdata.py b/ayatanawebmail/appdata.py index f88c09e..4a358c7 100755 --- a/ayatanawebmail/appdata.py +++ b/ayatanawebmail/appdata.py @@ -4,7 +4,7 @@ APPNAME = 'ayatanawebmail' APPEXECUTABLE='/usr/bin/ayatana-webmail' APPDEPENDENCIES = ['gir1.2-messagingmenu-1.0', 'python3-gi', 'gir1.2-gtk-3.0', 'gir1.2-notify-0.7', 'python3-secretstorage', 'gnome-session-canberra', 'python3-psutil', 'python3-babel', 'python3-urllib3'] -APPVERSION = '23.12.25' +APPVERSION = '24.5.15' APPSHOWSETTINGS = 180603 APPYEAR = '2016' APPTITLE = 'Ayatana Webmail' |