ScoopInstaller_Main/octave.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

16 lines
440 B
JSON

{
"version": "3.8.2-5",
"license": "GNU GPL",
"extract_dir": "octave-3.8.2",
"url": "http://mxeoctave.osuv.de/octave-3.8.2-5-portable.7z",
"depends": "7zip",
"homepage": "https://www.gnu.org/software/octave/",
"hash": "md5:cc0c58770516c9c8d7659b65a2a4992c",
"bin": [
"bin\\octave.exe",
"bin\\octave-gui.exe",
"bin\\octave-cli.exe",
"bin\\octave-config.exe"
]
}