ScoopInstaller_Main/bucket/aqtinstall.json
2023-08-01 12:30:44 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.7",
"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.7/aqt_x64.exe#/aqt.exe",
"hash": "b6ca0afb5e54e692b63a24e3db98bbac34927545e867c51ba71a4ea84eeae446"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.7/aqt_x86.exe#/aqt.exe",
"hash": "4590ad0e29af2ec8c13a228f1ac4bbdc5c42a90eff0df54e987318dd21e3a52f"
}
},
"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"
}
}
}
}