[gnome-calendar/gnome-3-24] Use libical 2.0 for building Flatpak



commit 75332795cf0433af32ad6a48a4b4b049d7512af9
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri May 19 19:58:48 2017 +0100

    Use libical 2.0 for building Flatpak
    
    Evolution-data-server recently bumped its dependency on libical from 1.0
    to 2.0. Since we build e-d-s from Git in the Flatpak builder manifest,
    we need to update the version of libical we build as well.

 org.gnome.Calendar.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Calendar.json b/org.gnome.Calendar.json
index 7361e47..2e44a91 100644
--- a/org.gnome.Calendar.json
+++ b/org.gnome.Calendar.json
@@ -55,8 +55,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]