diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-03-16 21:09:22 +0000 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-03-16 22:01:59 +0100 |
commit | a3446257a8737bfc2899c5911791873561feecc7 (patch) | |
tree | 5d3f5b9f647b4609e0c54fa42214c48b62c97f98 /tools/cmake/Makefile | |
parent | dd3214f95d3557fc4c8dc794620149f4e3f4d2e8 (diff) | |
download | upstream-a3446257a8737bfc2899c5911791873561feecc7.tar.gz upstream-a3446257a8737bfc2899c5911791873561feecc7.tar.bz2 upstream-a3446257a8737bfc2899c5911791873561feecc7.zip |
tools/cmake: Update to 3.14.0
Update CMake to 3.14.0
Refresh patches
Remove inofficial fossies.org and replace with GitHub (link on official site)
Remote 150-C-feature-checks-Match-warnings-more-strictly.patch as it's
a no longer needed backport from upstream.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r-- | tools/cmake/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 888cf7de8e..4a33e7b0ed 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.13.2 +PKG_VERSION:=3.14.0 PKG_CPE_ID:=cpe:/a:kitware:cmake PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://cmake.org/files/v3.13/ \ - https://fossies.org/linux/misc/ -PKG_HASH:=c925e7d2c5ba511a69f43543ed7b4182a7d446c274c7480d0e42cd933076ae25 +PKG_SOURCE_URL:=https://cmake.org/files/v3.14/ \ + https://github.com/Kitware/CMake/releases/download/v$(PKG_VERSION)/ +PKG_HASH:=aa76ba67b3c2af1946701f847073f4652af5cbd9f141f221c97af99127e75502 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |