From 5c9f9a2affa6d4683a09cdfdff9e310b2c5f47ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 11 Apr 2025 12:36:27 +0200 Subject: [PATCH] Upgrade protobuf-c Use new release. --- build-aux/org.gnome.Fractal.Devel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index 9828a31b..245d487f 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -84,8 +84,8 @@ { "type": "git", "url": "https://github.com/protobuf-c/protobuf-c.git", - "tag": "v1.5.1", - "commit": "185beed28e65494be7505b30c1afeaf199e19b23" + "tag": "v1.5.2", + "commit": "4719fdd7760624388c2c5b9d6759eb6a47490626" } ] },