summaryrefslogtreecommitdiff
path: root/Ports/cmake/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/cmake/package.sh')
-rwxr-xr-xPorts/cmake/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/cmake/package.sh b/Ports/cmake/package.sh
index f9e0dba575..0b845601e1 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.22.1
+version=3.23.0
useconfigure=true
-files="https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version.tar.gz cmake-$version.tar.gz 0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0"
+files="https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version.tar.gz cmake-$version.tar.gz 5ab0a12f702f44013be7e19534cd9094d65cc9fe7b2cd0f8c9e5318e0fe4ac82"
auth_type=sha256
depends=("bash" "make" "sed" "ncurses" "libuv" "openssl")
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=1" "-DCMAKE_USE_OPENSSL=ON" "-GNinja")