mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"version": "2.65",
|
|
"license": "Public Domain",
|
|
"homepage": "https://sites.google.com/site/qaacpage/",
|
|
"url": "https://github.com/nu774/qaac/releases/download/v2.65/qaac_2.65.zip",
|
|
"hash": "8d6b001dc71eac93fcfcfd5c66c29f61bb340e39d3139e0ba01d64877079f6b4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_2.65\\x64",
|
|
"bin": [
|
|
[
|
|
"qaac64.exe",
|
|
"qaac"
|
|
],
|
|
[
|
|
"refalac64.exe",
|
|
"refalac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_2.65\\x86",
|
|
"bin": [
|
|
"qaac.exe",
|
|
"refalac.exe"
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/nu774/qaac"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/nu774/qaac/releases/download/v$version/qaac_$version.zip",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_$version\\x64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_$version\\x86"
|
|
}
|
|
}
|
|
}
|
|
}
|