From 6c9e5c47cd0b9d5a091e5923d150da1b2f163d86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 20:27:01 +0000 Subject: [PATCH] qaac: Update to version 2.77 --- bucket/qaac.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/qaac.json b/bucket/qaac.json index 504f03528a..7da6826bcb 100644 --- a/bucket/qaac.json +++ b/bucket/qaac.json @@ -1,20 +1,20 @@ { - "version": "2.76", + "version": "2.77", "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.76/qaac_2.76.zip", - "hash": "b3372b13b069a0a4f898846c0974da4feaa1c1bc0f6d91de56f29995437fd3f8", + "url": "https://github.com/nu774/qaac/releases/download/v2.77/qaac_2.77.zip", + "hash": "a219b90fd0741f2cb6cc46059d5e523c0c15ccd8213e10f861a3ef9633d956fb", "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.76\\x64", + "extract_dir": "qaac_2.77\\x64", "bin": [ [ "qaac64.exe", @@ -27,7 +27,7 @@ ] }, "32bit": { - "extract_dir": "qaac_2.76\\x86", + "extract_dir": "qaac_2.77\\x86", "bin": [ "qaac.exe", "refalac.exe"