mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
qaac: Update to version 2.75 (#3619)
This commit is contained in:
parent
5db38fae00
commit
0ebb8aa41c
@ -1,20 +1,20 @@
|
||||
{
|
||||
"version": "2.73",
|
||||
"version": "2.75",
|
||||
"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/2.73/qaac_2.73.zip",
|
||||
"hash": "0d658be7531d5a6503003ab7d2fa69714fb70ce9039a19d107c6a52ee5098da3",
|
||||
"url": "https://github.com/nu774/qaac/releases/download/v2.75/qaac_2.75.zip",
|
||||
"hash": "3f6f9cad9b568e4407f152c02e7539ee093bb4fcabf6e59de238c6e773ed0a46",
|
||||
"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.73\\x64",
|
||||
"extract_dir": "qaac_2.75\\x64",
|
||||
"bin": [
|
||||
[
|
||||
"qaac64.exe",
|
||||
@ -27,7 +27,7 @@
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"extract_dir": "qaac_2.73\\x86",
|
||||
"extract_dir": "qaac_2.75\\x86",
|
||||
"bin": [
|
||||
"qaac.exe",
|
||||
"refalac.exe"
|
||||
@ -38,7 +38,7 @@
|
||||
"github": "https://github.com/nu774/qaac"
|
||||
},
|
||||
"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": {
|
||||
"64bit": {
|
||||
"extract_dir": "qaac_$version\\x64"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user