From 4b24c0f8b922308e354936b6d6edef227982b4b2 Mon Sep 17 00:00:00 2001 From: flathubbot Date: Fri, 15 Sep 2023 00:10:34 +0000 Subject: [PATCH 1/2] Update ppsspp.git to 1.16.1 --- org.ppsspp.PPSSPP.metainfo.xml | 1 + org.ppsspp.PPSSPP.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/org.ppsspp.PPSSPP.metainfo.xml b/org.ppsspp.PPSSPP.metainfo.xml index 3db69c0..2374ed5 100644 --- a/org.ppsspp.PPSSPP.metainfo.xml +++ b/org.ppsspp.PPSSPP.metainfo.xml @@ -42,6 +42,7 @@ https://raw.githubusercontent.com/hrydgard/ppsspp/master/icons/icon-512.svg + diff --git a/org.ppsspp.PPSSPP.yml b/org.ppsspp.PPSSPP.yml index 4412280..2f8b230 100644 --- a/org.ppsspp.PPSSPP.yml +++ b/org.ppsspp.PPSSPP.yml @@ -56,8 +56,8 @@ modules: sources: - type: git url: &ppsspp-url https://github.com/hrydgard/ppsspp.git - tag: v1.15.4 - commit: 9a80120dc09997e40c0a73fda05c3e07a347259f + tag: v1.16.1 + commit: 961e0068f7b859b56fecfaaceddea74b355ee1ba x-checker-data: type: anitya project-id: 12295 From b88624698aa631a06d6c5096f422a2c8f00fa972 Mon Sep 17 00:00:00 2001 From: catsout <36527596+catsout@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:20:31 +0800 Subject: [PATCH 2/2] use json x-checker --- org.ppsspp.PPSSPP.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/org.ppsspp.PPSSPP.yml b/org.ppsspp.PPSSPP.yml index 2f8b230..6fc6d20 100644 --- a/org.ppsspp.PPSSPP.yml +++ b/org.ppsspp.PPSSPP.yml @@ -59,10 +59,11 @@ modules: tag: v1.16.1 commit: 961e0068f7b859b56fecfaaceddea74b355ee1ba x-checker-data: - type: anitya - project-id: 12295 - tag-template: v$version - is-main-source: true + type: json + url: https://api.github.com/repos/hrydgard/ppsspp/releases/latest + version-query: .tag_name | sub("^v"; "") + tag-query: .tag_name + timestamp-query: .published_at - type: file path: org.ppsspp.PPSSPP.metainfo.xml