[openwrt/openwrt] tools/cmake: update to 3.27.4
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 3 14:07:47 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6267961a4a53da6897d0445fdfa1fa7880aea6a7
commit 6267961a4a53da6897d0445fdfa1fa7880aea6a7
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Sat Sep 2 10:12:40 2023 +0300
tools/cmake: update to 3.27.4
Update cmake to 3.27.4
No patch refresh needed.
Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
tools/cmake/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 2a0d06d7a7..9ed7ccb5a5 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.27.1
+PKG_VERSION:=3.27.4
PKG_VERSION_MAJOR:=$(word 1,$(subst ., ,$(PKG_VERSION))).$(word 2,$(subst ., ,$(PKG_VERSION)))
PKG_RELEASE:=1
PKG_CPE_ID:=cpe:/a:kitware:cmake
@@ -15,7 +15,7 @@ PKG_CPE_ID:=cpe:/a:kitware:cmake
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/Kitware/CMake/releases/download/v$(PKG_VERSION)/ \
https://cmake.org/files/v$(PKG_VERSION_MAJOR)/
-PKG_HASH:=b1a6b0135fa11b94476e90f5b32c4c8fad480bf91cf22d0ded98ce22c5132004
+PKG_HASH:=0a905ca8635ca81aa152e123bdde7e54cbe764fdd9a70d62af44cad8b92967af
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1
More information about the lede-commits
mailing list