From 0313c1be477387f887467121f704710d7247bf1e Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 6 Nov 2024 15:40:34 +0000 Subject: [PATCH] schema: Donate must be an HTTPS url --- metadata/com.aselalee.trainschedule.yml | 2 +- metadata/community.fairphone.fplauncher3.yml | 3 ++- schemas/metadata.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/com.aselalee.trainschedule.yml b/metadata/com.aselalee.trainschedule.yml index f3c59868ec..70402809e9 100644 --- a/metadata/com.aselalee.trainschedule.yml +++ b/metadata/com.aselalee.trainschedule.yml @@ -58,6 +58,6 @@ Builds: ArchivePolicy: 0 AutoUpdateMode: None -UpdateCheckMode: Tags +UpdateCheckMode: None CurrentVersion: '1.19' CurrentVersionCode: 119 diff --git a/metadata/community.fairphone.fplauncher3.yml b/metadata/community.fairphone.fplauncher3.yml index f2be40d2c6..5418211200 100644 --- a/metadata/community.fairphone.fplauncher3.yml +++ b/metadata/community.fairphone.fplauncher3.yml @@ -34,5 +34,6 @@ Builds: ArchivePolicy: 0 AutoUpdateMode: None -CurrentVersion: None +UpdateCheckMode: None +CurrentVersion: 2.2.0 CurrentVersionCode: 10 diff --git a/schemas/metadata.json b/schemas/metadata.json index 60828ebfec..16b5aca48d 100644 --- a/schemas/metadata.json +++ b/schemas/metadata.json @@ -251,7 +251,8 @@ }, "Donate": { "description": "The URL to donate to the project.", - "$ref": "#/definitions/url" + "type": "string", + "pattern": "^https://.*$" }, "Liberapay": { "description": "The project's Liberapay (https://liberapay.com) user or group name.",