2023-08-12 16:27:12 +00:00

67 lines
2.4 KiB
JSON

{
"version": "8.3.0",
"description": "A high-level language primarily intended for numerical computations.",
"homepage": "https://www.gnu.org/software/octave/",
"license": "GPL-3.0-only",
"notes": [
"* Known issue:",
" - Spaces or non-ASCII characters in the path are discouraged and may cause program errors.",
"------",
"Please run 'octave-post-install' now to reduce plot delays due to the Windows font cache and make the pre-installed packages visible to the system."
],
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-8.3.0-w64.zip",
"hash": "7240fc9cedf5dc35d30ab1fbb6ec7d06bce9ae1d74e567d15e64a2f38e6ee4eb",
"extract_dir": "octave-8.3.0-w64",
"bin": [
[
"post-install.bat",
"octave-post-install"
],
"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-8.3.0-w32.zip",
"hash": "eee80e9b7240b4929d07fd54e25ddb212a6010e45837fd2fe664c5f5dc39bf77",
"extract_dir": "octave-8.3.0-w32",
"bin": [
[
"post-install.bat",
"octave-post-install"
],
"mingw32\\bin\\octave.bat",
"mingw32\\bin\\octave-gui.exe",
"mingw32\\bin\\octave-cli.exe",
"mingw32\\bin\\octave-config.exe"
]
}
},
"shortcuts": [
[
"octave-launch.exe",
"Octave"
]
],
"checkver": {
"url": "https://wiki.octave.org/GNU_Octave_Wiki",
"regex": "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"
}
}
}
}