ScoopInstaller_Main/octave.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

19 lines
573 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": "https://www.gnu.org/software/octave/download.html",
"re": "GNU Octave ([\\d.]+)"
}
}