ScoopInstaller_Main/bucket/aqtinstall.json
2025-06-02 12:32:15 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.3.0",
"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.3.0/aqt_x64.exe#/aqt.exe",
"hash": "4f74d4c95c464d238d7e17ec2d9b7f22a7c333f0f5270a62584e2b47fc765150"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.3.0/aqt_x86.exe#/aqt.exe",
"hash": "372ed5c099f2e010284e9a69cca0731b7dbf29be41100588685c2cd1f917bc40"
}
},
"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"
}
}
}
}