From bd751dda5c411e0e8024748af6ae10180c0081ff Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sat, 18 Jun 2022 22:30:56 -0600 Subject: [PATCH] manifest: temporarily limits Catch2's version requirement --- org.yuzu_emu.yuzu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 9caa830..edfde0d 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -130,6 +130,7 @@ "x-checker-data": { "type": "anitya", "stable-only": true, + "versions": {"<": "3.0.0"}, "project-id": 7680, "url-template": "https://github.com/catchorg/Catch2/archive/v$version.tar.gz" }