From 3fc06749c07bdf36f22b1cdcdf0a55846c6efbbc Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Thu, 10 Jun 2021 12:07:06 +0200 Subject: [PATCH] Add x-checker-data for libusb --- org.DolphinEmu.dolphin-emu.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index 7988af2..6d14b8a 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -34,7 +34,12 @@ { "type": "archive", "url": "https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2", - "sha256": "db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d" + "sha256": "db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d", + "x-checker-data": { + "type": "anitya", + "project-id": 1749, + "url-template": "https://github.com/libusb/libusb/releases/download/v$version/libusb-$version.tar.bz2" + } } ] },