binutils, fix SOURCE_URI (#12917)

This commit is contained in:
Schrijvers Luc
2025-09-08 19:16:13 +02:00
committed by GitHub
parent 047df392a8
commit 338f9a2153

View File

@@ -23,7 +23,8 @@ COPYRIGHT="1988-2025 Free Software Foundation, Inc."
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/binutils/binutils-$portVersion.tar.xz"
SOURCE_URI="https://ftpmirror.gnu.org//binutils/binutils-$portVersion.tar.xz
https://ftp.gnu.org/gnu/binutils/binutils-$portVersion.tar.xz"
SOURCE_DIR="binutils-$portVersion"
CHECKSUM_SHA256="c50c0e7f9cb188980e2cc97e4537626b1672441815587f1eab69d2a1bfbef5d2"
SOURCE_FILENAME="binutils-$portVersion.tar.xz"