sox: Add version 14.4.2 (#117)

This commit is contained in:
Song Li 2019-06-17 09:26:31 +08:00 committed by Hsiao-nan Cheung
parent 8cce928e59
commit 12d180cf2b

15
bucket/sox.json Normal file
View File

@ -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"
}
}