ScoopInstaller_Main/bucket/aqtinstall.json
2022-08-17 04:48:58 +00:00

29 lines
1.1 KiB
JSON

{
"version": "2.2.3",
"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.3/aqt_x64.exe#/aqt.exe",
"hash": "aef2b202b2d1a9a60ecc2e5dec897bd318be58cedf6a6ebafdfd5eb0b26a2c69"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v2.2.3/aqt_x86.exe#/aqt.exe",
"hash": "6c6288eeacc022dd94b83842474b42f40f17c9a3a0a013098ef914e18a6e6cf6"
}
},
"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"
}
}
}
}