mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Toolchain: Fix outdated MD5 sum of binutils tarball
This commit is contained in:
parent
c73aa662bb
commit
0bc89df3ad
Notes:
sideshowbarker
2024-07-19 10:48:35 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0bc89df3adf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ mkdir -p "$DIR/Tarballs"
|
|||
source "$DIR/UseIt.sh"
|
||||
|
||||
BINUTILS_VERSION="2.33.1"
|
||||
BINUTILS_MD5SUM="d1119c93fc0ed3007be4a84dd186af5"
|
||||
BINUTILS_MD5SUM="1a6b16bcc926e312633fcc3fae14ba0a"
|
||||
BINUTILS_NAME="binutils-$BINUTILS_VERSION"
|
||||
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
|
||||
BINUTILS_BASE_URL="http://ftp.gnu.org/gnu/binutils"
|
||||
|
|
Loading…
Add table
Reference in a new issue