]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
cmake: Update to 3.11.2
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 20 May 2018 15:59:29 +0000 (17:59 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 May 2018 19:59:06 +0000 (20:59 +0100)
For details see:
https://cmake.org/cmake/help/v3.11/release/3.11.html#id2

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/cmake

index e5977b97196efe16182ba2ca80672fc7e2a5c50a..dd0f626a9d69f8031d40e5213e77171708f3c85b 100644 (file)
--- a/lfs/cmake
+++ b/lfs/cmake
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 3.11.1
+VER        = 3.11.2
 
 THISAPP    = cmake-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 THISAPP    = cmake-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 12a3177477e4e2c7bc514193d421dafe
+$(DL_FILE)_MD5 = d2d554c05fc07cfae7846d2aa205f12a
 
 install : $(TARGET)
 
 
 install : $(TARGET)