qaac: Update to version 2.73 (#3332)

This commit is contained in:
Nguyễn Mạnh Hùng 2022-02-25 15:51:56 +07:00 committed by GitHub
parent 48441074e4
commit 55309834e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,20 @@
{ {
"version": "2.72", "version": "2.73",
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.", "description": "A command line AAC/ALAC encoder frontend based on Apple encoder.",
"homepage": "https://sites.google.com/site/qaacpage/", "homepage": "https://sites.google.com/site/qaacpage/",
"license": { "license": {
"identifier": "Public Domain,...", "identifier": "Public Domain,...",
"url": "https://github.com/nu774/qaac/blob/master/COPYING" "url": "https://github.com/nu774/qaac/blob/master/COPYING"
}, },
"url": "https://github.com/nu774/qaac/releases/download/v2.72/qaac_2.72.zip", "url": "https://github.com/nu774/qaac/releases/download/2.73/qaac_2.73.zip",
"hash": "e58b703c916cc8426fac1793d5012ea636bfb91a300f5ddc4e86797524d2ccff", "hash": "0d658be7531d5a6503003ab7d2fa69714fb70ce9039a19d107c6a52ee5098da3",
"notes": [
"To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',",
"See: https://hydrogenaud.io/index.php?topic=117089.0"
],
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "qaac_2.72\\x64", "extract_dir": "qaac_2.73\\x64",
"bin": [ "bin": [
[ [
"qaac64.exe", "qaac64.exe",
@ -23,7 +27,7 @@
] ]
}, },
"32bit": { "32bit": {
"extract_dir": "qaac_2.72\\x86", "extract_dir": "qaac_2.73\\x86",
"bin": [ "bin": [
"qaac.exe", "qaac.exe",
"refalac.exe" "refalac.exe"
@ -34,7 +38,7 @@
"github": "https://github.com/nu774/qaac" "github": "https://github.com/nu774/qaac"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/nu774/qaac/releases/download/v$version/qaac_$version.zip", "url": "https://github.com/nu774/qaac/releases/download/$version/qaac_$version.zip",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "qaac_$version\\x64" "extract_dir": "qaac_$version\\x64"