From d09a3074ad4913e41fb4d5a86dfbf2d321e03426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 16 Nov 2023 11:54:31 +0100 Subject: [PATCH] include git metadata --- config/source.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/source.json b/config/source.json index 61db9e3c..9f9124cb 100644 --- a/config/source.json +++ b/config/source.json @@ -111,8 +111,9 @@ } }, "freetype": { - "type": "url", - "url": "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz", + "type": "git", + "rev": "VER-2-13-2", + "url": "https://github.com/freetype/freetype", "license": { "type": "file", "path": "LICENSE.TXT"