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