mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* qaac: fix url check * qaac: Update to version 2.81 * qaac: Clean up empty folder after extracting --------- Co-authored-by: tech189 <dlloyd189@gmail.com>
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"version": "2.81",
|
|
"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/2.81/qaac_2.81.zip",
|
|
"hash": "94de510c8b8dd47f752d53a976bd3ba8691fd6f821075e6fa170ce1f1bc8dc5e",
|
|
"notes": [
|
|
"To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',",
|
|
"See: https://hydrogenaud.io/index.php?topic=117089.0"
|
|
],
|
|
"pre_install": "Remove-Item \"$dir\\qaac_*\"",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_2.81\\x64",
|
|
"bin": [
|
|
[
|
|
"qaac64.exe",
|
|
"qaac"
|
|
],
|
|
[
|
|
"refalac64.exe",
|
|
"refalac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_2.81\\x86",
|
|
"bin": [
|
|
"qaac.exe",
|
|
"refalac.exe"
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/nu774/qaac"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/nu774/qaac/releases/download/$version/qaac_$version.zip",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_$version\\x64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_$version\\x86"
|
|
}
|
|
}
|
|
}
|
|
}
|