tta: Add version 2.3 (#734)

* tta: Add version 2.3

* Update bucket/tta.json

* Update bucket/tta.json

* Update bucket/tta.json
This commit is contained in:
Hsiao-nan Cheung 2020-02-03 09:48:54 +08:00 committed by GitHub
commit f8bfa44e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/tta.json Normal file
View File

@ -0,0 +1,17 @@
{
"homepage": "http://tta.tausoft.org/",
"description": "The True Audio lossless audio encoder/decoder",
"version": "2.3",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/tta/tta/ttaenc-win/tta-2.3-64bit-sse4.zip",
"hash": "sha1:191cf10870a73bc8e62147b76b7be08d61bf0795"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/tta/tta/ttaenc-win/tta-2.3-32bit-sse4.zip",
"hash": "sha1:1e0ef67e3352136c27e1a1f03c663fdc78625f9f"
}
},
"bin": "tta.exe"
}