From 5a1c6272773a63bba16a8131c62176c894b2f999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Sat, 11 Oct 2025 14:29:23 +0200 Subject: [PATCH] octave@10.3.0: Use mirror download URL as mandated by GNU (#7234) --- bucket/octave.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/octave.json b/bucket/octave.json index 23657e603a..63721997e4 100644 --- a/bucket/octave.json +++ b/bucket/octave.json @@ -1,7 +1,7 @@ { "version": "10.3.0", "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", "notes": [ "* Known issue:", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://ftp.gnu.org/gnu/octave/windows/octave-10.3.0-w64.zip", - "hash": "d201e9b5a082427b22e5691a039b861b2a27167f7771b3e3cf0a74556f986777", + "url": "https://ftpmirror.gnu.org/octave/windows/octave-10.3.0-w64.7z", + "hash": "4595b055c73de090839f5b86f289b0ac22b69549676b3452252306fffdc37ac6", "extract_dir": "octave-10.3.0-w64", "bin": [ [ @@ -39,7 +39,7 @@ "autoupdate": { "architecture": { "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" } }