ScoopInstaller_Main/bucket/aqtinstall.json
2024-05-04 08:26:11 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.15",
"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.15/aqt_x64.exe#/aqt.exe",
"hash": "f9e9acc05975f2e70e4935ace76b41882cda4b53eb779c9bcf1d87a95029a6b0"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.15/aqt_x86.exe#/aqt.exe",
"hash": "88de3bce1df9f5ba5bfd443e16096ce999b0a306bda9cd8eded3c3118a09018e"
}
},
"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"
}
}
}
}