ScoopInstaller_Main/bucket/aqtinstall.json
2023-02-10 20:26:14 +00:00

29 lines
1.1 KiB
JSON

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