{ "version": "25.4", "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/v25.4/stellarium-25.4-qt6-win64.exe", "hash": "7628a371c88d74ff56980b00f100beef60a18aced23db5ca8cd7ce7679c3dc9f" }, "arm64": { "url": "https://github.com/Stellarium/stellarium/releases/download/v25.4/stellarium-25.4-qt6-arm64.exe", "hash": "7a601ee438985ff474aceea612d52e74ac3930ec7feb15e2bfc5a7efbada60cb" } }, "innosetup": true, "bin": "stellarium.exe", "shortcuts": [ [ "stellarium.exe", "Stellarium" ] ], "checkver": { "url": "https://github.com/Stellarium/stellarium/releases", "regex": "(?sm)stellarium-(?[\\d\\.]+)\\.tar\\.gz[\\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" } } } }