From dd444d37c19f3a85b696d92b128fe083cd7d2765 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sun, 15 Mar 2015 16:39:09 +1100 Subject: [PATCH] GNU Octave 3.8.2-5 --- octave.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 octave.json diff --git a/octave.json b/octave.json new file mode 100644 index 0000000000..78593c8872 --- /dev/null +++ b/octave.json @@ -0,0 +1,15 @@ +{ + "version": "3.8.2-5", + "license": "GNU GPL", + "extract_dir": "octave-3.8.2", + "url": "http://mxeoctave.osuv.de/octave-3.8.2-5-portable.7z", + "depends": "7zip", + "homepage": "https://www.gnu.org/software/octave/", + "hash": "md5:cc0c58770516c9c8d7659b65a2a4992c", + "bin": [ + "bin\\octave.exe", + "bin\\octave-gui.exe", + "bin\\octave-cli.exe", + "bin\\octave-config.exe" + ] +}