From 5370b36c1339495217f7aa4a92ca5066037dbb7b Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Wed, 20 Dec 2023 14:33:16 -0500 Subject: [PATCH] lib: update library sha256 sums --- lib/fetch-libc++.sh | 6 +++--- lib/fetch-newlib.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/fetch-libc++.sh b/lib/fetch-libc++.sh index fe465d310..36058d1b5 100755 --- a/lib/fetch-libc++.sh +++ b/lib/fetch-libc++.sh @@ -3,11 +3,11 @@ GCC_VERSION=$1 if [ $GCC_VERSION = "13.2.0" ]; then - GCC_SHA="8f57e699f77fddc0c9e123b64793a7e159b14a61f7052713d06d34d41d084308" + GCC_SHA="9940242a1390f897f8c3fe6e7a8821e863580797f9a6e80a91f52e41dd8086a1" elif [ $GCC_VERSION = "12.3.0" ]; then - GCC_SHA="9b6f3a5cf0c2de887683e17b3945b056347f03bccb6129340cfb0d49d6cb3c95" + GCC_SHA="b0686eb1905594bde7b746fc58be97aceac8f802d8b5171adb6a4e84f3906d30" elif [ $GCC_VERSION = "10.5.0" ]; then - GCC_SHA="705050dec9331b93ce5cc9cff63e564cdb541f09d84f299f3cde97ad5d2cb343" + GCC_SHA="1cd4eef592bcc7b9ec77e2c21b50dabcff9b614b4cd1ec82a9dac238c8789c95" fi # Name of the pre-created compiled directories. diff --git a/lib/fetch-newlib.sh b/lib/fetch-newlib.sh index 1142fde60..39d26d53f 100755 --- a/lib/fetch-newlib.sh +++ b/lib/fetch-newlib.sh @@ -3,9 +3,9 @@ NEWLIB_VERSION=$1 if [ $NEWLIB_VERSION = "4.3.0.20230120" ]; then - NEWLIB_SHA="eab60504bd2ee5408242e9079f883ce82d00cec6fa439bf9b7869eae0b9dba05" + NEWLIB_SHA="2595f02f7cb2fd2e444f4ddc7955deca4c52deb3f91411c4d28326be8b0d9e0d" elif [ $NEWLIB_VERSION = "4.2.0.20211231" ]; then - NEWLIB_SHA="33fbb7ab2b0be189110d39d615905bbf4d51cc8181c138fdf9219c96aea6f114" + NEWLIB_SHA="5916d76f1cc3c0f5487275823c85a9a9954edfa15f5706342ecb254d634ed559" fi # Name of the pre-created compiled directories.