From a4f1c7db717ea1762c97ff121202004391464446 Mon Sep 17 00:00:00 2001 From: Alexara Wu Date: Wed, 15 Jan 2020 17:34:55 +0800 Subject: [PATCH 1/2] wavpack: Add version 5.2.0 --- bucket/wavpack.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/wavpack.json diff --git a/bucket/wavpack.json b/bucket/wavpack.json new file mode 100644 index 0000000000..ef9d6675ac --- /dev/null +++ b/bucket/wavpack.json @@ -0,0 +1,38 @@ +{ + "homepage": "http://www.wavpack.com", + "description": "Hybrid lossless audio compression", + "version": "5.2.0", + "license": { + "identifier": "BSD-3-Clause", + "url": "https://github.com/dbry/WavPack/blob/master/license.txt" + }, + "architecture": { + "64bit": { + "url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x64.zip", + "hash": "48ef8a4a48d84a9d9a99724e42e8e8e1a9d8c29bc00043be90bc3b8a5dd4d52c" + }, + "32bit": { + "url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x86.zip", + "hash": "8e08371d39b781465a92ca09a59cfe85a5620fb1a2f3f116beeeb4fb9cff7e25" + } + }, + "bin": [ + "wavpack.exe", + "wvunpack.exe", + "wvgain.exe", + "wvtag.exe" + ], + "checkver": { + "github": "https://github.com/dbry/WavPack" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/dbry/WavPack/releases/download/$version/wavpack-$version-x64.zip" + }, + "32bit": { + "url": "https://github.com/dbry/WavPack/releases/download/$version/wavpack-$version-x86.zip" + } + } + } +} From f1918bfd47473d1d3483316bf6e7adb2f5635200 Mon Sep 17 00:00:00 2001 From: Alexara Wu Date: Mon, 20 Jan 2020 16:48:46 +0800 Subject: [PATCH 2/2] Update bucket/wavpack.json --- bucket/wavpack.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bucket/wavpack.json b/bucket/wavpack.json index ef9d6675ac..11a0295d6f 100644 --- a/bucket/wavpack.json +++ b/bucket/wavpack.json @@ -2,10 +2,7 @@ "homepage": "http://www.wavpack.com", "description": "Hybrid lossless audio compression", "version": "5.2.0", - "license": { - "identifier": "BSD-3-Clause", - "url": "https://github.com/dbry/WavPack/blob/master/license.txt" - }, + "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://github.com/dbry/WavPack/releases/download/5.2.0/wavpack-5.2.0-x64.zip",