ScoopInstaller_Main/bucket/aqtinstall.json
2024-04-28 00:34:04 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.14",
"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.14/aqt_x64.exe#/aqt.exe",
"hash": "6c2d9dd85925b003b01990f781a7ead30945610a9048755e1f87496fff642df6"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.14/aqt_x86.exe#/aqt.exe",
"hash": "dd46ac8cfe32189367498bb4e20c5813d536d493d8a656fc01477435dc41df01"
}
},
"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"
}
}
}
}