ScoopInstaller_Main/octave.json
2018-03-14 13:02:07 +00:00

40 lines
1.3 KiB
JSON

{
"homepage": "https://www.gnu.org/software/octave/",
"version": "4.2.2",
"license": "GNU GPL",
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.2.2-w64.zip",
"hash": "f41d561c53fd193510f337dd379c0e0853df830fc5dced4dd98a6c4d65535117",
"extract_dir": "octave-4.2.2"
},
"32bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.2.2-w32.zip",
"hash": "1446997f71ed8fee725d17e0850087f14b59fba36aacbc0fea799943a6eaad20",
"extract_dir": "octave-4.2.2"
}
},
"bin": [
"bin\\octave.exe",
"bin\\octave-gui.exe",
"bin\\octave-cli.exe",
"bin\\octave-config.exe"
],
"checkver": {
"url": "https://wiki.octave.org/GNU_Octave_Wiki",
"re": "GNU Octave ([\\d.]+) is the current stable release"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w64.zip",
"extract_dir": "octave-$version"
},
"32bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w32.zip",
"extract_dir": "octave-$version"
}
}
}
}