ScoopInstaller_Main/bucket/aqtinstall.json
2022-08-09 12:32:32 +00:00

29 lines
1.1 KiB
JSON

{
"version": "2.2.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/v2.2.1/aqt_x64.exe#/aqt.exe",
"hash": "56d141b9cc8b4fac61c39d0958f90afe0bcd2cfda48d12bd9c7d4f1516830422"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v2.2.1/aqt_x86.exe#/aqt.exe",
"hash": "7d54bb1149272f02d4eca932a0cfcea6f2e7dace740cb95de466fb2689e7c763"
}
},
"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"
}
}
}
}