mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
23 lines
798 B
JSON
23 lines
798 B
JSON
{
|
|
"version": "14.4.2",
|
|
"description": "Command line utility that can convert various formats of computer audio files in to other formats.",
|
|
"homepage": "https://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",
|
|
"pre_install": [
|
|
"Copy-Item \"$dir\\sox.exe\" \"$dir\\play.exe\"",
|
|
"Copy-Item \"$dir\\sox.exe\" \"$dir\\rec.exe\""
|
|
],
|
|
"bin": [
|
|
"sox.exe",
|
|
"play.exe",
|
|
"rec.exe"
|
|
],
|
|
"autoupdate": {
|
|
"url": "https://downloads.sourceforge.net/project/sox/sox/$version/sox-$version-win32.zip",
|
|
"extract_dir": "sox-$version"
|
|
}
|
|
}
|