ScoopInstaller_Main/bucket/aqtinstall.json
2023-11-06 04:26:02 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.9",
"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.9/aqt_x64.exe#/aqt.exe",
"hash": "e3c08b66b44d9525a8ea44cb8bd52dff1312b10a88870f7cad375a41b459da4f"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.9/aqt_x86.exe#/aqt.exe",
"hash": "c060d132f9dce6a4b2aa8330d30ba2169894a1dd27ed5fe2244bbb499232b37f"
}
},
"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"
}
}
}
}