mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.gnu.org/software/octave/",
|
|
"version": "4.2.1",
|
|
"license": "GNU GPL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.2.1-w64.zip",
|
|
"hash": "a60254e85da78105c2aa35474c1eff35d14f22fd1832b9daa339446d46752b5b",
|
|
"extract_dir": "octave-4.2.1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.2.1-w32.zip",
|
|
"hash": "4be2c451a2757b80f21bfc06d48a59a49e5ed00b0461471da9bce565efac79fa",
|
|
"extract_dir": "octave-4.2.1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|