mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"version": "2.76",
|
|
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder.",
|
|
"homepage": "https://sites.google.com/site/qaacpage/",
|
|
"license": {
|
|
"identifier": "Public Domain,...",
|
|
"url": "https://github.com/nu774/qaac/blob/master/COPYING"
|
|
},
|
|
"url": "https://github.com/nu774/qaac/releases/download/v2.76/qaac_2.76.zip",
|
|
"hash": "b3372b13b069a0a4f898846c0974da4feaa1c1bc0f6d91de56f29995437fd3f8",
|
|
"notes": [
|
|
"To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',",
|
|
"See: https://hydrogenaud.io/index.php?topic=117089.0"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_2.76\\x64",
|
|
"bin": [
|
|
[
|
|
"qaac64.exe",
|
|
"qaac"
|
|
],
|
|
[
|
|
"refalac64.exe",
|
|
"refalac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_2.76\\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"
|
|
}
|
|
}
|
|
}
|
|
}
|