mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
octave: Update to version 8.4.0
Remove 32bit because the binaries are no longer distributed: "The 32-bit Windows binaries formerly distributed by the Octave project are no longer supported."
This commit is contained in:
parent
1140555f5a
commit
335e121a3f
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "8.3.0",
|
"version": "8.4.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",
|
||||||
@ -11,9 +11,9 @@
|
|||||||
],
|
],
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-8.3.0-w64.zip",
|
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-8.4.0-w64.zip",
|
||||||
"hash": "7240fc9cedf5dc35d30ab1fbb6ec7d06bce9ae1d74e567d15e64a2f38e6ee4eb",
|
"hash": "1b713d1c82ea4bd10bcfc955d3316debe516c3bcda4695b1ef44241daaf94a5c",
|
||||||
"extract_dir": "octave-8.3.0-w64",
|
"extract_dir": "octave-8.4.0-w64",
|
||||||
"bin": [
|
"bin": [
|
||||||
[
|
[
|
||||||
"post-install.bat",
|
"post-install.bat",
|
||||||
@ -24,21 +24,6 @@
|
|||||||
"mingw64\\bin\\octave-cli.exe",
|
"mingw64\\bin\\octave-cli.exe",
|
||||||
"mingw64\\bin\\octave-config.exe"
|
"mingw64\\bin\\octave-config.exe"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-8.3.0-w32.zip",
|
|
||||||
"hash": "eee80e9b7240b4929d07fd54e25ddb212a6010e45837fd2fe664c5f5dc39bf77",
|
|
||||||
"extract_dir": "octave-8.3.0-w32",
|
|
||||||
"bin": [
|
|
||||||
[
|
|
||||||
"post-install.bat",
|
|
||||||
"octave-post-install"
|
|
||||||
],
|
|
||||||
"mingw32\\bin\\octave.bat",
|
|
||||||
"mingw32\\bin\\octave-gui.exe",
|
|
||||||
"mingw32\\bin\\octave-cli.exe",
|
|
||||||
"mingw32\\bin\\octave-config.exe"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
@ -56,10 +41,6 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w64.zip",
|
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w64.zip",
|
||||||
"extract_dir": "octave-$version-w64"
|
"extract_dir": "octave-$version-w64"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w32.zip",
|
|
||||||
"extract_dir": "octave-$version-w32"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user