summaryrefslogtreecommitdiffstats
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorleo chung <gewalalb@gmail.com>2022-03-31 10:58:29 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-04-09 15:56:04 +0200
commit56f091d4677feb693d37959a3fa4af845dcce82e (patch)
tree36fcdffa84bc0fb5c26e0a125400e053c4f2ff36 /tools/cmake/Makefile
parenta5de91a88a8a33ced147bb5340fd45599f652d4d (diff)
downloadopenwrt-56f091d4677feb693d37959a3fa4af845dcce82e.tar.gz
openwrt-56f091d4677feb693d37959a3fa4af845dcce82e.tar.bz2
openwrt-56f091d4677feb693d37959a3fa4af845dcce82e.zip
tools/cmake: fix download url
fix the cmake.org download url Signed-off-by: leo chung <gewalalb@gmail.com>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r--tools/cmake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index f0af6dfeaa..4391586b2d 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -13,7 +13,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/v3.19/
+ https://cmake.org/files/v3.22/
PKG_HASH:=9f8469166f94553b6978a16ee29227ec49a2eb5ceb608275dec40d8ae0d1b5a0
HOST_BUILD_PARALLEL:=1