Update cmake package to use http in all URLs.

This commit is contained in:
Todd Gamblin 2016-01-17 18:55:36 -08:00
parent afcd5420ee
commit 4bab6f9fdb

View File

@ -36,7 +36,7 @@ class Cmake(Package):
url = 'http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz') url = 'http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz')
version('3.4.0', 'cd3034e0a44256a0917e254167217fc8', version('3.4.0', 'cd3034e0a44256a0917e254167217fc8',
url = 'https://cmake.org/files/v3.4/cmake-3.4.0.tar.gz') url = 'http://cmake.org/files/v3.4/cmake-3.4.0.tar.gz')
variant('ncurses', default=True, description='Enables the build of the ncurses gui') variant('ncurses', default=True, description='Enables the build of the ncurses gui')