qaac: Update to version 2.85

This commit is contained in:
github-actions[bot] 2025-05-07 16:30:03 +00:00
parent 6db6fee527
commit 1397883b1e

View File

@ -1,13 +1,13 @@
{ {
"version": "2.84", "version": "2.85",
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder.", "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.84/qaac_2.84.zip", "url": "https://github.com/nu774/qaac/releases/download/v2.85/qaac_2.85.zip",
"hash": "5d78862797e69348e197b9ad5f7b220e44894086173f79bab7a9748cfc0e003c", "hash": "4e4a1dd8145d64b760fd73db62f155aae040fbd6189a0d40b664ea90538473a7",
"notes": [ "notes": [
"To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',", "To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',",
"See: https://hydrogenaud.io/index.php?topic=117089.0" "See: https://hydrogenaud.io/index.php?topic=117089.0"
@ -15,7 +15,7 @@
"pre_install": "Remove-Item \"$dir\\qaac_*\"", "pre_install": "Remove-Item \"$dir\\qaac_*\"",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "qaac_2.84\\x64", "extract_dir": "qaac_2.85\\x64",
"bin": [ "bin": [
[ [
"qaac64.exe", "qaac64.exe",
@ -28,7 +28,7 @@
] ]
}, },
"32bit": { "32bit": {
"extract_dir": "qaac_2.84\\x86", "extract_dir": "qaac_2.85\\x86",
"bin": [ "bin": [
"qaac.exe", "qaac.exe",
"refalac.exe" "refalac.exe"