From b98022464030aab2c342394f1050cfb9f08ed393 Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Sat, 15 Jul 2023 23:40:50 +1200 Subject: [PATCH] Ports/cmake: Update cmake to version 3.26.4 --- Ports/AvailablePorts.md | 2 +- Ports/cmake/package.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 9880cdaf8f..e80feaa02d 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -39,7 +39,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`chocolate-doom`](chocolate-doom/) | Chocolate Doom | 3.0.1 | https://www.chocolate-doom.org/ | | [`citron`](citron/) | Citron Programming Language | 0.0.9.3 | https://github.com/alimpfard/citron | | [`ClassiCube`](ClassiCube/) | ClassiCube | 1.3.3 | https://github.com/UnknownShadow200/ClassiCube | -| [`cmake`](cmake/) | CMake | 3.26.1 | https://cmake.org/ | +| [`cmake`](cmake/) | CMake | 3.26.4 | https://cmake.org/ | | [`cmatrix`](cmatrix/) | cmatrix | 3112b12 | https://github.com/abishekvashok/cmatrix | | [`composer`](composer/) | Composer | 2.4.3 | https://getcomposer.org/ | | [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ | diff --git a/Ports/cmake/package.sh b/Ports/cmake/package.sh index 399cb50c01..fea215f611 100755 --- a/Ports/cmake/package.sh +++ b/Ports/cmake/package.sh @@ -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'