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.",