From 12d180cf2b602b8c0616722884927e0c5730b017 Mon Sep 17 00:00:00 2001 From: Song Li Date: Mon, 17 Jun 2019 09:26:31 +0800 Subject: [PATCH] sox: Add version 14.4.2 (#117) --- bucket/sox.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bucket/sox.json diff --git a/bucket/sox.json b/bucket/sox.json new file mode 100644 index 0000000000..e718951842 --- /dev/null +++ b/bucket/sox.json @@ -0,0 +1,15 @@ +{ + "version": "14.4.2", + "description": "Command line utility that can convert various formats of computer audio files in to other formats.", + "homepage": "http://sox.sourceforge.net/", + "license": "GPL-2.0", + "url": "https://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2-win32.zip", + "hash": "sha1:825b218c275687a38e96bf838dcfdd2e9bd55a25", + "extract_dir": "sox-14.4.2", + "bin": "sox.exe", + "checkver": "SoX\\s+([\\d.]+)\\s+was released", + "autoupdate": { + "url": "https://downloads.sourceforge.net/project/sox/sox/$version/sox-$version-win32.zip", + "extract_dir": "sox-$version" + } +}