mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "3.1.21",
|
|
"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.21/aqt_x64.exe#/aqt.exe",
|
|
"hash": "da834e08268f3ffbb4c3e1c3e8a3ef8885d446e96e48dd35780a8d73e4a9e4ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/miurahr/aqtinstall/releases/download/v3.1.21/aqt_x86.exe#/aqt.exe",
|
|
"hash": "b79465e771a78a76a8967c4bc49ac93210e25d6ead58b929a57100b3c6da71df"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|