[openwrt/openwrt] tools/cmake: fix download url
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 9 10:40:33 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/56f091d4677feb693d37959a3fa4af845dcce82e
commit 56f091d4677feb693d37959a3fa4af845dcce82e
Author: leo chung <gewalalb at gmail.com>
AuthorDate: Thu Mar 31 10:58:29 2022 +0800
tools/cmake: fix download url
fix the cmake.org download url
Signed-off-by: leo chung <gewalalb at gmail.com>
---
tools/cmake/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list