From d33a7b56037c88da94084432bcb1de4797b2ebe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 16:28:50 +0000 Subject: [PATCH] qaac: Update to version 2.79 --- bucket/qaac.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/qaac.json b/bucket/qaac.json index 696fbe8c41..e6e189e477 100644 --- a/bucket/qaac.json +++ b/bucket/qaac.json @@ -1,20 +1,20 @@ { - "version": "2.78", + "version": "2.79", "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.78/qaac_2.78.zip", - "hash": "922df7e225f7401a7ffe31856f6b8cd8a37a41f8cd2ba656d19a62302482e2e8", + "url": "https://github.com/nu774/qaac/releases/download/v2.79/qaac_2.79.zip", + "hash": "086f310a1d332451fbe4622aa650e8f0a141b6ef90dbeeed82df8825e4f3d261", "notes": [ "To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',", "See: https://hydrogenaud.io/index.php?topic=117089.0" ], "architecture": { "64bit": { - "extract_dir": "qaac_2.78\\x64", + "extract_dir": "qaac_2.79\\x64", "bin": [ [ "qaac64.exe", @@ -27,7 +27,7 @@ ] }, "32bit": { - "extract_dir": "qaac_2.78\\x86", + "extract_dir": "qaac_2.79\\x86", "bin": [ "qaac.exe", "refalac.exe"