mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
* remove BOM from all repo files that contain one * changes all files to utf-8 (specifically, utf-8 *without* BOM) * improves compliance with ".editorconfig" .# Discussion This is an example of the semi-invisible changes which can creep into patches via various editors. Any such changes are *very* difficult to figure out from a diff output and just add visual noise to commits. Hence, ".editorconfig" (added in a previous commit) is used to minimize this kind of confusing patch noise.
16 lines
437 B
JSON
16 lines
437 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"
|
|
]
|
|
}
|