qaac@2.82: Update autoupdate, and add 2 persists (#5899)

This commit is contained in:
Inseo Lee 2024-07-23 18:42:10 +09:00 committed by GitHub
parent 2e8761a6d3
commit caa5f5533b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
{ {
"version": "2.81", "version": "2.82",
"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/2.81/qaac_2.81.zip", "url": "https://github.com/nu774/qaac/releases/download/v2.82/qaac_2.82.zip",
"hash": "94de510c8b8dd47f752d53a976bd3ba8691fd6f821075e6fa170ce1f1bc8dc5e", "hash": "f598be1cca7307a10a1d23dc8e81de5c17d29305703ecda0ffe62d64828fa1b4",
"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.81\\x64", "extract_dir": "qaac_2.82\\x64",
"bin": [ "bin": [
[ [
"qaac64.exe", "qaac64.exe",
@ -28,18 +28,22 @@
] ]
}, },
"32bit": { "32bit": {
"extract_dir": "qaac_2.81\\x86", "extract_dir": "qaac_2.82\\x86",
"bin": [ "bin": [
"qaac.exe", "qaac.exe",
"refalac.exe" "refalac.exe"
] ]
} }
}, },
"persist": [
"QTFiles64",
"QTFiles"
],
"checkver": { "checkver": {
"github": "https://github.com/nu774/qaac" "github": "https://github.com/nu774/qaac"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/nu774/qaac/releases/download/$version/qaac_$version.zip", "url": "https://github.com/nu774/qaac/releases/download/v$version/qaac_$version.zip",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "qaac_$version\\x64" "extract_dir": "qaac_$version\\x64"