This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit dd77871a3aadd2d4f390be764c7a650b37e8f5bc
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Jan 15 10:25:19 2025 +0000
update latest versons iin update check
---
public_html/update.php | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/public_html/update.php b/public_html/update.php
index a785e858..2091bab1 100644
--- a/public_html/update.php
+++ b/public_html/update.php
@@ -3,23 +3,23 @@
# list of "apps" and "latest versions"
$apps = array
(
- "enlightenment" => "0.25.4",
- "eina" => "1.26.3",
- "eet" => "1.26.3",
- "evas" => "1.26.3",
- "ecore" => "1.26.3",
- "embryo" => "1.26.3",
- "edje" => "1.26.3",
- "eeze" => "1.26.3",
- "e_dbus" => "1.26.3",
- "efreet" => "1.26.3",
- "expedite" => "1.26.3",
- "evas_generic_loaders" => "1.26.3",
- "evil" => "1.26.3",
- "elementary" => "1.26.3",
- "eio" => "1.26.3",
- "ethumb" => "1.26.3",
- "emotion" => "1.26.3"
+ "enlightenment" => "0.27.0",
+ "eina" => "1.28.0",
+ "eet" => "1.28.0",
+ "evas" => "1.28.0",
+ "ecore" => "1.28.0",
+ "embryo" => "1.28.0",
+ "edje" => "1.28.0",
+ "eeze" => "1.28.0",
+ "e_dbus" => "1.28.0",
+ "efreet" => "1.28.0",
+ "expedite" => "1.28.0",
+ "evas_generic_loaders" => "1.28.0",
+ "evil" => "1.28.0",
+ "elementary" => "1.28.0",
+ "eio" => "1.28.0",
+ "ethumb" => "1.28.0",
+ "emotion" => "1.28.0"
);
#############################################################################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.