ScoopInstaller_Main/bucket/aqtinstall.json
2024-06-16 04:27:28 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.16",
"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.16/aqt_x64.exe#/aqt.exe",
"hash": "a7476870125c0caeb0e61cd62fb0e029d014facdae512d94997f3ac60778e9c9"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.16/aqt_x86.exe#/aqt.exe",
"hash": "f1f6b97d358121e1a43ad8dac9cb71a4db6ed04a1dec8e0dfdbcc56507f93b8c"
}
},
"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"
}
}
}
}