summaryrefslogtreecommitdiffstats
path: root/tools/cmake
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-02-24 20:53:13 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-03-01 00:08:08 +0100
commit03f55708cb849ff729be3ece34d949cc87de9bf9 (patch)
treec82c433b1121800b2be9a5bf500d055987b9ee79 /tools/cmake
parent63e530a5194809ed60590baa822c1e1ec2e1219e (diff)
downloadopenwrt-03f55708cb849ff729be3ece34d949cc87de9bf9.tar.gz
openwrt-03f55708cb849ff729be3ece34d949cc87de9bf9.tar.bz2
openwrt-03f55708cb849ff729be3ece34d949cc87de9bf9.zip
tools/cmake: update to 3.22.2
Mostly random Python 3.10 fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 8f0631eb74..d1d5b58a47 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.22.1
+PKG_VERSION:=3.22.2
PKG_RELEASE:=1
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/v3.19/
-PKG_HASH:=0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0
+PKG_HASH:=3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1