mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Toolchain: Update CMake to version 3.26.0 in BuildCMake.sh
This commit is contained in:
parent
170f732000
commit
9841922b6b
Notes:
sideshowbarker
2024-07-17 16:23:06 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/9841922b6b Pull-request: https://github.com/SerenityOS/serenity/pull/17872
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ check_sha() {
|
|||
}
|
||||
|
||||
# Note: Update this alongside Meta/CMake/cmake-version.cmake
|
||||
CMAKE_VERSION=3.25.1
|
||||
CMAKE_ARCHIVE_SHA256=1c511d09516af493694ed9baf13c55947a36389674d657a2d5e0ccedc6b291d8
|
||||
CMAKE_VERSION=3.26.0
|
||||
CMAKE_ARCHIVE_SHA256=4256613188857e95700621f7cdaaeb954f3546a9249e942bc2f9b3c26e381365
|
||||
CMAKE_ARCHIVE=cmake-${CMAKE_VERSION}.tar.gz
|
||||
CMAKE_ARCHIVE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${CMAKE_ARCHIVE}
|
||||
|
||||
|
|
Loading…
Reference in a new issue