www \- udpate checker versiosn not updated in ages. fix to latest

This commit is contained in:
Carsten Haitzler 2019-07-10 21:56:44 +01:00
parent feafc188d1
commit 079ce012f6
1 changed files with 17 additions and 17 deletions

View File

@ -3,23 +3,23 @@
# list of "apps" and "latest versions" # list of "apps" and "latest versions"
$apps = array $apps = array
( (
"enlightenment" => "0.17.4", "enlightenment" => "0.22.4",
"eina" => "1.7.8", "eina" => "1.22.2",
"eet" => "1.7.8", "eet" => "1.22.2",
"evas" => "1.7.8", "evas" => "1.22.2",
"ecore" => "1.7.8", "ecore" => "1.22.2",
"embryo" => "1.7.8", "embryo" => "1.22.2",
"edje" => "1.7.8", "edje" => "1.22.2",
"eeze" => "1.7.8", "eeze" => "1.22.2",
"e_dbus" => "1.7.8", "e_dbus" => "1.22.2",
"efreet" => "1.7.8", "efreet" => "1.22.2",
"expedite" => "1.7.8", "expedite" => "1.22.2",
"evas_generic_loaders" => "1.7.8", "evas_generic_loaders" => "1.22.2",
"evil" => "1.7.8", "evil" => "1.22.2",
"elementary" => "1.7.8", "elementary" => "1.22.2",
"eio" => "1.7.8", "eio" => "1.22.2",
"ethumb" => "1.7.8", "ethumb" => "1.22.2",
"emotion" => "1.7.8" "emotion" => "1.22.2"
); );
############################################################################# #############################################################################