From aced02e8403ddd9e656524ec2bb70f1bc3a84f70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:29:36 +0000 Subject: [PATCH] qaac: Update to version 2.84 --- bucket/qaac.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/qaac.json b/bucket/qaac.json index a2bcd24878..ae643e9e39 100644 --- a/bucket/qaac.json +++ b/bucket/qaac.json @@ -1,13 +1,13 @@ { - "version": "2.83", + "version": "2.84", "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/v2.83/qaac_2.83.zip", - "hash": "c87ca1266a2776ac2c8bd95e4196f89f4030d0d0800513f144ef93b7a388174f", + "url": "https://github.com/nu774/qaac/releases/download/v2.84/qaac_2.84.zip", + "hash": "5d78862797e69348e197b9ad5f7b220e44894086173f79bab7a9748cfc0e003c", "notes": [ "To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',", "See: https://hydrogenaud.io/index.php?topic=117089.0" @@ -15,7 +15,7 @@ "pre_install": "Remove-Item \"$dir\\qaac_*\"", "architecture": { "64bit": { - "extract_dir": "qaac_2.83\\x64", + "extract_dir": "qaac_2.84\\x64", "bin": [ [ "qaac64.exe", @@ -28,7 +28,7 @@ ] }, "32bit": { - "extract_dir": "qaac_2.83\\x86", + "extract_dir": "qaac_2.84\\x86", "bin": [ "qaac.exe", "refalac.exe"