projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5de91a
)
tools/cmake: fix download url
author
leo chung
<gewalalb@gmail.com>
Thu, 31 Mar 2022 02:58:29 +0000
(10:58 +0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 9 Apr 2022 13:56:04 +0000
(15:56 +0200)
fix the cmake.org download url
Signed-off-by: leo chung <gewalalb@gmail.com>
tools/cmake/Makefile
patch
|
blob
|
history
diff --git
a/tools/cmake/Makefile
b/tools/cmake/Makefile
index f0af6dfeaa0d6ed8473fef07173ea47711a14f7f..4391586b2d3afcded7d03b78fe8d8e52618c29a9 100644
(file)
--- 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