ScoopInstaller_Main/bucket/aqtinstall.json
2023-11-14 00:32:35 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.10",
"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.10/aqt_x64.exe#/aqt.exe",
"hash": "f53db939cdb46fc4e3296ae31e6198da8864ad7be35180d8643c4486f622ee0c"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.10/aqt_x86.exe#/aqt.exe",
"hash": "d3fbb6846d640e8071b59c7dd083eda537b9ac1f69d12af99d2b8fa2c06e119f"
}
},
"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"
}
}
}
}