ScoopInstaller_Main/bucket/aqtinstall.json
2024-03-02 00:32:54 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.1.12",
"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.12/aqt_x64.exe#/aqt.exe",
"hash": "c07978a5cbace54394945c67089d3736436a47f84380ce1b632d2188bc7e2cb3"
},
"32bit": {
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.12/aqt_x86.exe#/aqt.exe",
"hash": "32ffbaefe56cfed858b92fcc48b9a3da2207178281ddfe3d75abccc3a1a88b0e"
}
},
"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"
}
}
}
}