Skip to content

Commit

Permalink
lib: update library sha256 sums
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Dec 20, 2023
1 parent 7794f20 commit 10c0c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/fetch-libc++.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/fetch-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10c0c7e

Please sign in to comment.