[recipes] Fix the release date in appdata



commit fd7e9ce6bc998a11c0b79f4b509fea298bf54776
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 26 11:10:27 2017 -0400

    Fix the release date in appdata
    
    It turns out that appstream-util flags a release date in
    the future as invalid, causing the build to fail. Try again
    with todays date.

 data/appdata/org.gnome.Recipes.appdata.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml.in b/data/appdata/org.gnome.Recipes.appdata.xml.in
index e6492ff..458108c 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -59,7 +59,7 @@
     </screenshot>
   </screenshots>
   <releases>
-    <release version="1.4.7"  date="2017-07-01">
+    <release version="1.4.7"  date="2017-06-26">
       <description>
         <p>
           Under development.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]