diff --git a/bucket/octave.json b/bucket/octave.json index dfdcd940c0..bfeac14c33 100644 --- a/bucket/octave.json +++ b/bucket/octave.json @@ -1,13 +1,13 @@ { - "version": "7.1.0", + "version": "7.2.0", "description": "A high-level language primarily intended for numerical computations.", "homepage": "https://www.gnu.org/software/octave/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w64.zip", - "hash": "f6ce276a455d23e71c00d26f4742eae5d72e420e0920dee9af62622b9ff2b028", - "extract_dir": "octave-7.1.0-w64", + "url": "https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w64.zip", + "hash": "de70a525460ce3e73a3c275aa0fa6610d15f13ef9fdc4f1a38274a95d7fb8cd4", + "extract_dir": "octave-7.2.0-w64", "bin": [ "mingw64\\bin\\octave.bat", "mingw64\\bin\\octave-gui.exe", @@ -16,9 +16,9 @@ ] }, "32bit": { - "url": "https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w32.zip", - "hash": "2f04d1d2c1027ac6e4108799172a7925b134a7f730f3ac5a4cc054e706f05a66", - "extract_dir": "octave-7.1.0-w32", + "url": "https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w32.zip", + "hash": "64ac19d4c7f86cb6d5f7901c776746c714b9d09b2eaff6cb3e4aa4609c62fef5", + "extract_dir": "octave-7.2.0-w32", "bin": [ "mingw32\\bin\\octave.bat", "mingw32\\bin\\octave-gui.exe",