From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] cmake: Update to 3.20 Date: Sat, 03 Apr 2021 18:18:38 +0200 Message-ID: <20210403161838.27518-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3179843500515678200==" List-Id: --===============3179843500515678200== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://cmake.org/cmake/help/v3.20/release/3.20.html Signed-off-by: Matthias Fischer --- lfs/cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index 76ac3e6fa..e9cbd7678 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2021 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.18.3 +VER =3D 3.20.0 =20 THISAPP =3D cmake-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D d87c668d17cda91dbf41c52e0ffc821f +$(DL_FILE)_MD5 =3D 9079201b76ca8d5b8b5337443369ae59 =20 install : $(TARGET) =20 --=20 2.18.0 --===============3179843500515678200==--