octave: Update to version 6.2.0

This commit is contained in:
Richard Kuhnt 2021-02-20 18:01:47 +00:00
parent a34534ff58
commit b3a5ea164b

View File

@ -1,13 +1,13 @@
{ {
"version": "6.1.0", "version": "6.2.0",
"description": "A high-level language primarily intended for numerical computations.", "description": "A high-level language primarily intended for numerical computations.",
"homepage": "https://www.gnu.org/software/octave/", "homepage": "https://www.gnu.org/software/octave/",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w64.zip", "url": "https://ftp.gnu.org/gnu/octave/windows/octave-6.2.0-w64.zip",
"hash": "f3c5a8958108b0493fd1830239f653fe1db3210aa8ddddc31cc663e4a24c573f", "hash": "ea29d00a369dbb96ba231bffe0c2bad73115bfbe4d82de75e1392df9f9a4c5f3",
"extract_dir": "octave-6.1.0-w64", "extract_dir": "octave-6.2.0-w64",
"bin": [ "bin": [
"mingw64\\bin\\octave.bat", "mingw64\\bin\\octave.bat",
"mingw64\\bin\\octave-gui.exe", "mingw64\\bin\\octave-gui.exe",
@ -16,9 +16,9 @@
] ]
}, },
"32bit": { "32bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w32.zip", "url": "https://ftp.gnu.org/gnu/octave/windows/octave-6.2.0-w32.zip",
"hash": "4b6f1852baaca50c9cd1d64a9158c66cba790b0a31fb4c2cd45fa6284c4f7188", "hash": "c7c9f97f706d6c0f4493ed0f6f08b9feca5fe1e08813244a73ae92ded4f7da06",
"extract_dir": "octave-6.1.0-w32", "extract_dir": "octave-6.2.0-w32",
"bin": [ "bin": [
"mingw32\\bin\\octave.bat", "mingw32\\bin\\octave.bat",
"mingw32\\bin\\octave-gui.exe", "mingw32\\bin\\octave-gui.exe",