diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-07-22 18:31:38 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-07-29 10:08:20 +0200 |
commit | b078229412e37ccf9ca8d9a437af6b8861bd2dbb (patch) | |
tree | 47c4b73fea2b1089537064e857d0673ffad8159d /tools/cmake/Makefile | |
parent | a07730472c49c1f7bb56afa3eb8be23e6e87b4f1 (diff) | |
download | upstream-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.tar.gz upstream-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.tar.bz2 upstream-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.zip |
tools/cmake: Update to 3.12.0
Update cmake to 3.12.0
Remove 140-curl-fix-libressl.patch as fix is in upstream
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r-- | tools/cmake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 3278a48188..839789d178 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.11.4 +PKG_VERSION:=3.12.0 PKG_CPE_ID:=cpe:/a:kitware:cmake PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://cmake.org/files/v3.11/ \ +PKG_SOURCE_URL:=https://cmake.org/files/v3.12/ \ https://fossies.org/linux/misc/ -PKG_HASH:=8f864e9f78917de3e1483e256270daabc4a321741592c5b36af028e72bff87f5 +PKG_HASH:=d0781a90f6cdb9049d104ac16a150f9350b693498b9dea8a0331e799db6b9d69 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |