mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 05:21:20 +00:00
19 lines
592 B
JSON
19 lines
592 B
JSON
{
|
|
"homepage": "https://www.gnu.org/software/octave/",
|
|
"version": "4.0.3",
|
|
"license": "GNU GPL",
|
|
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-4.0.3.zip",
|
|
"extract_dir": "octave-4.0.3",
|
|
"hash": "dd00d2b33b0b89cb5339de347b0e48c8cbc44d5cab2b23de8e3102fdb55c1286",
|
|
"bin": [
|
|
"bin\\octave.exe",
|
|
"bin\\octave-gui.exe",
|
|
"bin\\octave-cli.exe",
|
|
"bin\\octave-config.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "http://wiki.octave.org/GNU_Octave_Wiki",
|
|
"re": "GNU Octave ([\\d.]+) is the current stable release"
|
|
}
|
|
}
|