[gnome-todo] Fixed Json manifest to build evolution-data-server



commit 5bba28b9ddc8ee7cf99e2dbe4c6c35bea5bdb827
Author: Günther Wutz <info gunibert de>
Date:   Wed Jun 28 10:11:28 2017 +0200

    Fixed Json manifest to build evolution-data-server
    
    evolution-data-server needs libical>2.0. But we consider only libical
    1.0 in flatpak manifest therefore the suggested workflow via
    gnome-builder breaks at that module. Fixed manifest to build libical 2.0
    - the latest release of libical.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784277

 org.gnome.Todo.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Todo.json b/org.gnome.Todo.json
index 1119ef2..60f3fcb 100644
--- a/org.gnome.Todo.json
+++ b/org.gnome.Todo.json
@@ -50,8 +50,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": 
"https://github.com/libical/libical/releases/download/v1.0.1/libical-1.0.1.tar.gz";,
-                    "sha256": "089ce3c42d97fbd7a5d4b3c70adbdd82115dd306349c1f5c46a8fb3f8c949592"
+                    "url": 
"https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz";,
+                    "sha256": "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
                 }
             ]
         },


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