octave@10.3.0: Use mirror download URL as mandated by GNU (#7234)

This commit is contained in:
Olav Rønnestad Birkeland 2025-10-11 14:29:23 +02:00 committed by GitHub
parent dbcbde2401
commit 5a1c627277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ {
"version": "10.3.0", "version": "10.3.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://octave.org",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"notes": [ "notes": [
"* Known issue:", "* Known issue:",
@ -11,8 +11,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-10.3.0-w64.zip", "url": "https://ftpmirror.gnu.org/octave/windows/octave-10.3.0-w64.7z",
"hash": "d201e9b5a082427b22e5691a039b861b2a27167f7771b3e3cf0a74556f986777", "hash": "4595b055c73de090839f5b86f289b0ac22b69549676b3452252306fffdc37ac6",
"extract_dir": "octave-10.3.0-w64", "extract_dir": "octave-10.3.0-w64",
"bin": [ "bin": [
[ [
@ -39,7 +39,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ftp.gnu.org/gnu/octave/windows/octave-$version-w64.zip", "url": "https://ftpmirror.gnu.org/octave/windows/octave-$version-w64.7z",
"extract_dir": "octave-$version-w64" "extract_dir": "octave-$version-w64"
} }
} }