{ "homepage": "https://www.gnu.org/software/octave/", "description": "A high-level language primarily intended for numerical computations.", "version": "5.2.0", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0-w64.zip", "hash": "32864f96401e1be239c4614fba00c6da536a759a9e0d8fbc421cf6d2fb9cb781", "extract_dir": "octave-5.2.0-w64", "bin": [ "mingw64\\bin\\octave.bat", "mingw64\\bin\\octave-gui.exe", "mingw64\\bin\\octave-cli.exe", "mingw64\\bin\\octave-config.exe" ] }, "32bit": { "url": "https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0-w32.zip", "hash": "0fe4de6ca51dc563c77d8fd64f57a509a46d7a03775b32521de97997f7cdd252", "extract_dir": "octave-5.2.0-w32", "bin": [ "mingw32\\bin\\octave.bat", "mingw32\\bin\\octave-gui.exe", "mingw32\\bin\\octave-cli.exe", "mingw32\\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-w64" }, "32bit": { "url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w32.zip", "extract_dir": "octave-$version-w32" } } } }