From 6f13c18423a28c7118264c81e47108069732b708 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 2 May 2018 19:54:55 +0200 Subject: [PATCH] cmake: add hash extraction --- cmake.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake.json b/cmake.json index b9963d1d0d..508a53272c 100644 --- a/cmake.json +++ b/cmake.json @@ -41,6 +41,9 @@ "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip", "extract_dir": "cmake-$version-win32-x86" } + }, + "hash": { + "url": "$baseurl/cmake-$version-SHA-256.txt" } } }