mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"version": "2.72",
|
|
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.",
|
|
"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.72/qaac_2.72.zip",
|
|
"hash": "e58b703c916cc8426fac1793d5012ea636bfb91a300f5ddc4e86797524d2ccff",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "qaac_2.72\\x64",
|
|
"bin": [
|
|
[
|
|
"qaac64.exe",
|
|
"qaac"
|
|
],
|
|
[
|
|
"refalac64.exe",
|
|
"refalac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "qaac_2.72\\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"
|
|
}
|
|
}
|
|
}
|
|
}
|