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