diff --git a/bucket/tta.json b/bucket/tta.json new file mode 100644 index 0000000000..3721f83300 --- /dev/null +++ b/bucket/tta.json @@ -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" +}