2020-06-21 14:05:36 +02:00

48 lines
1.4 KiB
JSON

{
"version": "2.69",
"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.69/qaac_2.69.zip",
"hash": "26a708e5c0e6e204777527ec3405044a3367519c89afd4ca663af56d59a44c9b",
"architecture": {
"64bit": {
"extract_dir": "qaac_2.69\\x64",
"bin": [
[
"qaac64.exe",
"qaac"
],
[
"refalac64.exe",
"refalac"
]
]
},
"32bit": {
"extract_dir": "qaac_2.69\\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"
}
}
}
}