From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] cmake: Update to 3.11.2 Date: Sun, 20 May 2018 17:59:29 +0200 Message-ID: <20180520155929.9648-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8681150453391834215==" List-Id: --===============8681150453391834215== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://cmake.org/cmake/help/v3.11/release/3.11.html#id2 Best, Matthias Signed-off-by: Matthias Fischer --- lfs/cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index e5977b971..dd0f626a9 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -24,7 +24,7 @@ include Config -VER = 3.11.1 +VER = 3.11.2 THISAPP = cmake-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 12a3177477e4e2c7bc514193d421dafe +$(DL_FILE)_MD5 = d2d554c05fc07cfae7846d2aa205f12a install : $(TARGET) -- 2.17.0 --===============8681150453391834215==--