1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:07:35 +00:00

Ports/cmake: Update cmake to version 3.26.4

This commit is contained in:
Shannon Booth 2023-07-15 23:40:50 +12:00 committed by Andrew Kaster
parent 1bc7b0320e
commit b980224640
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='cmake'
version='3.26.1'
# NOTE: keep this version aligned with Toolchain/BuildCMake.sh
version='3.26.4'
useconfigure='true'
files="https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz cmake-${version}.tar.gz f29964290ad3ced782a1e58ca9fda394a82406a647e24d6afd4e6c32e42c412f"
files="https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz cmake-${version}.tar.gz 313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208"
depends=(
'bash'
'make'