ScoopInstaller_Main/bucket/aqtinstall.json
2023-04-19 16:28:25 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.5",
"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.1.5/aqt_x64.exe#/aqt.exe",
"hash": "ac296feeea1de2415fc7dd66b8f81fd9d879299fc3c073c3ea14cb41aa33285b"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.5/aqt_x86.exe#/aqt.exe",
"hash": "ac0d125b9ae94300fcb473421a182fbc14e57e0e9a03572e47c80396ade84b11"
}
},
"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"
}
}
}
}