[gnome-builder] build: update libssh2 and libgit2 versions



commit c15d51f9b898ef814175e865411765bc21874814
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 30 08:42:25 2022 -0700

    build: update libssh2 and libgit2 versions
    
    They both have some fixes in them that are probably worth bundling.

 org.gnome.Builder.Devel.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Builder.Devel.json b/org.gnome.Builder.Devel.json
index 12c01a24a..8b5d33b36 100644
--- a/org.gnome.Builder.Devel.json
+++ b/org.gnome.Builder.Devel.json
@@ -238,7 +238,7 @@
                 {
                     "type" : "git",
                     "url" : "https://github.com/libssh2/libssh2.git";,
-                    "branch" : "libssh2-1.9.0"
+                    "tag" : "libssh2-1.10.0"
                 }
             ]
         },
@@ -255,7 +255,7 @@
                 {
                     "type" : "git",
                     "url" : "https://github.com/libgit2/libgit2.git";,
-                    "tag" : "v1.4.4"
+                    "tag" : "v1.5.0"
                 }
             ]
         },
@@ -270,7 +270,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libgit2-glib.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libgit2-glib.git";,
+                    "branch" : "master"
                 }
             ]
         },


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