ScoopInstaller_Main/bucket/aqtinstall.json
2025-03-16 12:31:13 +00:00

29 lines
1.1 KiB
JSON

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