From a2835348d14914eb3e4def242b767d5037574746 Mon Sep 17 00:00:00 2001 From: Alexara Wu Date: Wed, 15 Jan 2020 19:41:13 +0800 Subject: [PATCH] tta: Add version 2.3 --- bucket/tta.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/tta.json diff --git a/bucket/tta.json b/bucket/tta.json new file mode 100644 index 0000000000..f91b8047fe --- /dev/null +++ b/bucket/tta.json @@ -0,0 +1,17 @@ +{ + "homepage": "https://web.archive.org/web/20151027213538/http://en.true-audio.com", + "description": "TTA Lossless Audio Codec - command line frontend", + "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": "b464a8575c4da1d7da30c06de539bf20ec1d0fd6ee42c1b5bbf325f69bfe6751" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/tta/tta/ttaenc-win/tta-2.3-32bit-sse4.zip", + "hash": "6b7fd4c1b755f03d7cd92a4b0f61eaacab88eeadf5cca2f8d7fbfaab54450954" + } + }, + "bin": "tta.exe" +}