From 6bb0b6e2d7b329a62ff83f270adee0289b729da6 Mon Sep 17 00:00:00 2001
From: Tobias Hildebrandt <tobias.hildebrandt@savoirfairelinux.com>
Date: Tue, 17 May 2022 11:55:20 -0400
Subject: [PATCH] extras/tools: update cmake version to 3.22.1

Change-Id: Ibad39331c7fa31e3b8ddc31dd61e3a3bc66fc9f8
---
 extras/tools/packages.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index e9e3942e5c..5263f67d1d 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -6,8 +6,8 @@ YASM_VERSION=1.2.0
 #YASM_URL=$(CONTRIB_VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz
 YASM_URL=https://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
 
-CMAKE_VERSION=3.2.2
-CMAKE_URL=https://www.cmake.org/files/v3.2/cmake-$(CMAKE_VERSION).tar.gz
+CMAKE_VERSION=3.22.1
+CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v$(CMAKE_VERSION)/cmake-$(CMAKE_VERSION).tar.gz
 
 LIBTOOL_VERSION=2.4.6
 LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.xz
-- 
GitLab