mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"version": "2.68",
|
|
"license": {
|
|
"identifier":"Public Domain,...",
|
|
"url": "https://github.com/nu774/qaac/blob/master/COPYING"
|
|
},
|
|
"homepage": "https://sites.google.com/site/qaacpage/",
|
|
"url": "https://github.com/nu774/qaac/releases/download/v2.68/qaac_2.68.zip",
|
|
"hash": "8067826564d182a239a2347b40d52369c4a378b7df7918bd156138bf904168d0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_2.68\\x64",
|
|
"bin": [
|
|
[
|
|
"qaac64.exe",
|
|
"qaac"
|
|
],
|
|
[
|
|
"refalac64.exe",
|
|
"refalac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_2.68\\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"
|
|
}
|
|
}
|
|
}
|
|
}
|