qaac: Update to version 2.72

This commit is contained in:
Jakub Čábera 2021-04-23 18:48:37 +02:00
parent 99d7be8b26
commit 1ca798e269

View File

@ -1,16 +1,16 @@
{ {
"version": "2.71", "version": "2.72",
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.", "description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.",
"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.71/qaac_2.71.zip", "url": "https://github.com/nu774/qaac/releases/download/v2.72/qaac_2.72.zip",
"hash": "f224f1da1e4fc1bd1096025dbb0eea9b4392422abb77810338ecb226b4497aa8", "hash": "e58b703c916cc8426fac1793d5012ea636bfb91a300f5ddc4e86797524d2ccff",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "qaac_2.71\\x64", "extract_dir": "qaac_2.72\\x64",
"bin": [ "bin": [
[ [
"qaac64.exe", "qaac64.exe",
@ -23,7 +23,7 @@
] ]
}, },
"32bit": { "32bit": {
"extract_dir": "qaac_2.71\\x86", "extract_dir": "qaac_2.72\\x86",
"bin": [ "bin": [
"qaac.exe", "qaac.exe",
"refalac.exe" "refalac.exe"