diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-12-29 20:52:22 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2021-12-31 15:38:56 +0100 |
commit | 4b587f25614f3f7215360f96807ce760fa4ef3aa (patch) | |
tree | f7ace3ab7c0d2e60c837b6eb04624257b65f905f | |
parent | f61816fdffc068f7f33a947f7e34aa2fc780ddd6 (diff) | |
download | upstream-4b587f25614f3f7215360f96807ce760fa4ef3aa.tar.gz upstream-4b587f25614f3f7215360f96807ce760fa4ef3aa.tar.bz2 upstream-4b587f25614f3f7215360f96807ce760fa4ef3aa.zip |
tools/cmake: update to version 3.22.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | tools/cmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 9819176713..e54e8c4547 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.22.0 +PKG_VERSION:=3.22.1 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:=998c7ba34778d2dfdb3df8a695469e24b11e2bfa21fbe41b361a3f45e1c9345e +PKG_HASH:=0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |