Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/71889 )
Change subject: crossgcc: Upgrade CMake from version 3.25.0 to 3.25.2 ......................................................................
crossgcc: Upgrade CMake from version 3.25.0 to 3.25.2
Change-Id: Iaf0988997c6644e0e4f02d60a1d6de0e498e19bc Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/71889 Reviewed-by: Felix Singer felixsinger@posteo.net Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum A util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum 3 files changed, 15 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0f5a70a..cfbe0e8 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ IASL_VERSION="R10_20_22" # CLANG version number CLANG_VERSION=15.0.6 -CMAKE_VERSION=3.25.0 +CMAKE_VERSION=3.25.2 NASM_VERSION=2.15.05
# Filename for each package diff --git a/util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum deleted file mode 100644 index bb3d397..0000000 --- a/util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -c791c64877ee550b78613bf089f2a7a58d3b1b65 tarballs/cmake-3.25.0.tar.gz diff --git a/util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum new file mode 100644 index 0000000..f4a2e3c --- /dev/null +++ b/util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum @@ -0,0 +1 @@ +2f444bb9951aad09452b692d8b3b9e33309e1641 tarballs/cmake-3.25.2.tar.gz