{
    "version": "26.1",
    "description": "Real time realistic skies generator",
    "homepage": "https://stellarium.org",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Stellarium/stellarium/releases/download/v26.1/stellarium-26.1-qt6-win64.exe",
            "hash": "f48d9ccc850e4143da4f8442c14b328c111294f6fcd4f1bf6a0a81801849c48b"
        },
        "arm64": {
            "url": "https://github.com/Stellarium/stellarium/releases/download/v26.1/stellarium-26.1-qt6-arm64.exe",
            "hash": "e2f82f1bdde92431f1c5a2990cb4c80266e070607aa8336e4cd0312280f1c96c"
        }
    },
    "innosetup": true,
    "bin": "stellarium.exe",
    "shortcuts": [
        [
            "stellarium.exe",
            "Stellarium"
        ]
    ],
    "checkver": {
        "url": "https://github.com/Stellarium/stellarium/releases",
        "regex": "(?sm)stellarium-(?<long>[\\d\\.]+)\\.tar\\.gz</.*?Stellarium (?<version>[\\d\\.]+) for"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Stellarium/stellarium/releases/download/v$version/stellarium-$matchLong-qt6-win64.exe"
            },
            "arm64": {
                "url": "https://github.com/Stellarium/stellarium/releases/download/v$version/stellarium-$matchLong-qt6-arm64.exe"
            }
        }
    }
}
