ScoopInstaller_Main/bucket/aqtinstall.json
2022-10-26 04:40:54 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.0.2",
"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.0.2/aqt_x64.exe#/aqt.exe",
"hash": "96e46eca0d18a899db00a26facd20c799f2400645aef6445d49f4bd0aeab0a3f"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.0.2/aqt_x86.exe#/aqt.exe",
"hash": "aac5d8949eed3f231bfc589736afe0f88372dc590182c8b3a2bed7c78952b944"
}
},
"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"
}
}
}
}