ScoopInstaller_Main/bucket/aqtinstall.json
2022-09-30 05:00:46 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.0.1",
"description": "A command line tool for downloading Qt binaries, documents and sources.",
"homepage": "https://github.com/miurahr/aqtinstall",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.0.1/aqt_x64.exe#/aqt.exe",
"hash": "3345e4717a55b45c79871e6aeeecefc9865658c1616d75cbd5733bc59cfd4065"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.0.1/aqt_x86.exe#/aqt.exe",
"hash": "a800072917934a9a924bdf3af4a6a9c2c8887c1264c9e643345a7cfd1d44c426"
}
},
"bin": "aqt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v$version/aqt_x64.exe#/aqt.exe"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v$version/aqt_x86.exe#/aqt.exe"
}
}
}
}