summaryrefslogtreecommitdiffstats
path: root/tools/cmake
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-03-06 20:30:53 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-03-13 19:24:13 +0100
commitf88a6da020796b33a638c21929803c8b695e45b8 (patch)
tree798cdc03441c42449ce44d185afb41920dbe1f94 /tools/cmake
parent7f92046dff4d0c797c42f0754bf5d5adb5eb6990 (diff)
downloadopenwrt-f88a6da020796b33a638c21929803c8b695e45b8.tar.gz
openwrt-f88a6da020796b33a638c21929803c8b695e45b8.tar.bz2
openwrt-f88a6da020796b33a638c21929803c8b695e45b8.zip
tools/cmake: update to 3.22.3
Seems to be mostly pthread 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 d1d5b58a47..f0af6dfeaa 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.22.2
+PKG_VERSION:=3.22.3
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:=3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced
+PKG_HASH:=9f8469166f94553b6978a16ee29227ec49a2eb5ceb608275dec40d8ae0d1b5a0
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1