ScoopInstaller_Main/bucket/aqtinstall.json
2024-12-01 04:30:42 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.19",
"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.19/aqt_x64.exe#/aqt.exe",
"hash": "ec430ff33f5e0d096ff8aab4a8041390d7b3b88a905c1ecfdee26bf87475ab67"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.19/aqt_x86.exe#/aqt.exe",
"hash": "42a8e8694375e0ad8b16c3b4d50d159ed0869313c96a0185fe442871fe03b644"
}
},
"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"
}
}
}
}