mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
qaac: Update to version 2.83
This commit is contained in:
parent
bfd2d60fe1
commit
9bbf450c1e
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "2.82",
|
"version": "2.83",
|
||||||
"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.82/qaac_2.82.zip",
|
"url": "https://github.com/nu774/qaac/releases/download/v2.83/qaac_2.83.zip",
|
||||||
"hash": "f598be1cca7307a10a1d23dc8e81de5c17d29305703ecda0ffe62d64828fa1b4",
|
"hash": "c87ca1266a2776ac2c8bd95e4196f89f4030d0d0800513f144ef93b7a388174f",
|
||||||
"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.82\\x64",
|
"extract_dir": "qaac_2.83\\x64",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"qaac64.exe",
|
"qaac64.exe",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"extract_dir": "qaac_2.82\\x86",
|
"extract_dir": "qaac_2.83\\x86",
|
||||||
"bin": [
|
"bin": [
|
||||||
"qaac.exe",
|
"qaac.exe",
|
||||||
"refalac.exe"
|
"refalac.exe"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user