ScoopInstaller_Main/bucket/aqtinstall.json
2024-08-04 04:29:11 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.18",
"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.18/aqt_x64.exe#/aqt.exe",
"hash": "33f454060df94c59dedd9227c2b7d4a737986d309159a65491ad4ad27bd348c4"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.18/aqt_x86.exe#/aqt.exe",
"hash": "0c3bc367d67b1e244bf651060415670668add8c5d0b25b39f78b72646799da35"
}
},
"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"
}
}
}
}