mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
16 lines
652 B
JSON
16 lines
652 B
JSON
{
|
|
"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-only",
|
|
"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"
|
|
}
|
|
}
|