From 0bf2ce1c6f3fef4d1400380ff758b9cccf15a7a6 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 12 Dec 2025 13:44:48 +0200 Subject: [PATCH] Update package version to 4.2.1 --- pkg.info | 4 ++-- source.sh | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pkg.info b/pkg.info index 34f3120..3b7061f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: cmake description: A Powerful Software Build System -version: 4.2.0 +version: 4.2.1 revision: 1 url: https://cmake.org/ license: BSD-3-Clause @@ -25,4 +25,4 @@ downloads: - url: https://cmake.org/files/v${BPM_PKG_VERSION%.*}/cmake-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 4104e94657d247c811cb29985405a360b78130b5d51e7f6daceb2447830bd579 + checksum: 414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070 diff --git a/source.sh b/source.sh index 27386e3..e96548f 100644 --- a/source.sh +++ b/source.sh @@ -17,12 +17,6 @@ build() { make } -# The check function is executed in the source directory -# This function is used to run tests to verify the package has been compiled correctly -check() { - LC_ALL=en_US.UTF-8 bin/ctest -j$(nproc) -E "RunCMake.ExternalProject" -} - # The package function is executed in the source directory # This function is used to move the compiled files into the output directory package() {