From ca0cc4eceda3680b86101f8704aad9f0fadc7422 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Wed, 14 Dec 2022 21:44:31 -0700 Subject: [PATCH] manifest: zstd check only stable version --- 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 229e420..71877f4 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -65,6 +65,7 @@ "x-checker-data": { "type": "anitya", "project-id": 12083, + "stable-only": true, "url-template": "https://github.com/facebook/zstd/releases/download/v$version/zstd-$version.tar.gz" } }