1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

Ports/cmake: Update CMake to version 3.26.0

This commit is contained in:
EWouters 2023-03-15 17:50:01 +01:00 committed by Linus Groh
parent 9841922b6b
commit 5ec727deb4
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='cmake'
version='3.25.1'
version='3.26.0'
useconfigure='true'
files="https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz cmake-${version}.tar.gz 1c511d09516af493694ed9baf13c55947a36389674d657a2d5e0ccedc6b291d8"
files="https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}.tar.gz cmake-${version}.tar.gz 4256613188857e95700621f7cdaaeb954f3546a9249e942bc2f9b3c26e381365"
auth_type='sha256'
depends=(
'bash'