mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"version": "6.1.0",
|
|
"description": "A high-level language primarily intended for numerical computations.",
|
|
"homepage": "https://www.gnu.org/software/octave/",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w64.zip",
|
|
"hash": "f3c5a8958108b0493fd1830239f653fe1db3210aa8ddddc31cc663e4a24c573f",
|
|
"extract_dir": "octave-6.1.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-6.1.0-w32.zip",
|
|
"hash": "4b6f1852baaca50c9cd1d64a9158c66cba790b0a31fb4c2cd45fa6284c4f7188",
|
|
"extract_dir": "octave-6.1.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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|