ScoopInstaller_Main/bucket/aqtinstall.json
2022-12-05 12:51:20 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.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/v3.1.0/aqt_x64.exe#/aqt.exe",
"hash": "1f892a23cf12dbef58acf51792f342b57c3438153695bbf0677d7312d106818a"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.0/aqt_x86.exe#/aqt.exe",
"hash": "d912f066d4bd35c8e6e3eaeb9fc3852b7f3a6497d3350060c16c82c2490a6a0b"
}
},
"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"
}
}
}
}