ScoopInstaller_Main/bucket/aqtinstall.json
2022-08-02 16:30:56 +00:00

29 lines
1.1 KiB
JSON

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