aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorleo chung <gewalalb@gmail.com>2022-03-31 10:58:29 +0800
committerDaniel Golle <daniel@makrotopia.org>2022-04-10 16:26:01 +0100
commita650f4abfb306d131d2c8a14ec454ccd49101e47 (patch)
treeedcb874def8b7c3bf7476792913f14a37ff61bc0 /tools
parentdbec41685bed8cd4c237205bd72104e8fbe620c4 (diff)
downloadupstream-a650f4abfb306d131d2c8a14ec454ccd49101e47.tar.gz
upstream-a650f4abfb306d131d2c8a14ec454ccd49101e47.tar.bz2
upstream-a650f4abfb306d131d2c8a14ec454ccd49101e47.zip
tools/cmake: fix download url
fix the cmake.org download url Signed-off-by: leo chung <gewalalb@gmail.com> (cherry picked from commit 56f091d4677feb693d37959a3fa4af845dcce82e)
Diffstat (limited to 'tools')
-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