From f3cebcc38dd3955ebd475f4845f25965b04e0a24 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sun, 10 Jul 2022 18:07:21 -0600 Subject: [PATCH] manifest: temporarily limits the fmt to 8.x --- org.yuzu_emu.yuzu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index ba9ef68..17d2cc0 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -88,6 +88,9 @@ "x-checker-data": { "type": "anitya", "project-id": 11526, + "versions": { + "<": "9.0.0" + }, "url-template": "https://github.com/fmtlib/fmt/releases/download/$version/fmt-$version.zip" } }