qaac: Update to version 2.81 (#5459)

* qaac: fix url check

* qaac: Update to version 2.81

* qaac: Clean up empty folder after extracting

---------

Co-authored-by: tech189 <dlloyd189@gmail.com>
This commit is contained in:
Youxikong 2024-03-01 17:09:07 +08:00 committed by GitHub
parent 07de37ae73
commit e7bb8f4953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,21 @@
{ {
"version": "2.80", "version": "2.81",
"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.80/qaac_2.80.zip", "url": "https://github.com/nu774/qaac/releases/download/2.81/qaac_2.81.zip",
"hash": "1a746d7d68fe8429c99ee172ac4e8640d11e80909be47567ae24b6ad99bddae9", "hash": "94de510c8b8dd47f752d53a976bd3ba8691fd6f821075e6fa170ce1f1bc8dc5e",
"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"
], ],
"pre_install": "Remove-Item \"$dir\\qaac_*\"",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "qaac_2.80\\x64", "extract_dir": "qaac_2.81\\x64",
"bin": [ "bin": [
[ [
"qaac64.exe", "qaac64.exe",
@ -27,7 +28,7 @@
] ]
}, },
"32bit": { "32bit": {
"extract_dir": "qaac_2.80\\x86", "extract_dir": "qaac_2.81\\x86",
"bin": [ "bin": [
"qaac.exe", "qaac.exe",
"refalac.exe" "refalac.exe"
@ -38,7 +39,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"