From f22bf42566136d7dad9700b7e8a95c0d4eaac13d Mon Sep 17 00:00:00 2001 From: Cameron Youell Date: Mon, 27 Mar 2023 21:07:46 +1100 Subject: [PATCH] Ports/cmake: Update cmake to version 3.26.1 --- Ports/AvailablePorts.md | 2 +- Ports/cmake/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 152c830a6c9..5198ef39181 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -34,7 +34,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester | | [`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.0 | https://cmake.org/ | +| [`cmake`](cmake/) | CMake | 3.26.1 | 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 91280558de2..a6a34d9e7ca 100755 --- a/Ports/cmake/package.sh +++ b/Ports/cmake/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='cmake' -version='3.26.0' +version='3.26.1' useconfigure='true' -files="https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz cmake-${version}.tar.gz 4256613188857e95700621f7cdaaeb954f3546a9249e942bc2f9b3c26e381365" +files="https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz cmake-${version}.tar.gz f29964290ad3ced782a1e58ca9fda394a82406a647e24d6afd4e6c32e42c412f" auth_type='sha256' depends=( 'bash'