Flatpak Manifests#

Update Check (JSON)#

    "x-checker-data": {
        "type": "anitya",
        "project-id": 242933,
        "stable-only": true,
        "versions": {  
            "<": "1.12.0"
        },
        "url-template": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz"
    }

Update Check (YAML)#

    x-checker-data:
    type: anitya   
    project-id: 815  
    stable-only: true 
    versions: < 1.12.0
    url-template: https://github.com/fish-shell/fish-shell/releases/download/$version/fish-$version.tar.xz

Update Check PyPi (JSON)#

    "x-checker-data": {
        "type": "pypi",
        "name": "random2"
    }