ScoopInstaller_Main/bucket/aqtinstall.json
2023-03-25 04:27:43 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.4",
"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.4/aqt_x64.exe#/aqt.exe",
"hash": "5c5f3a7d76e90c67d5ceb1e278a8ea404a4902426ff3577b5e117203070c3e55"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.4/aqt_x86.exe#/aqt.exe",
"hash": "a956d022f3714f107db9d8e86ee1f7770f5b3a27e7b132f85c8c7ca00793e7e2"
}
},
"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"
}
}
}
}