diff options
author | Bradley Sepos <[email protected]> | 2017-12-14 03:13:14 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-16 11:59:23 -0500 |
commit | 56cfabf2fc5bd931c94b4cebf4dc51c10ad21a22 (patch) | |
tree | 9fbe3e80617f8ca01742ae940dda3eac4357fe51 | |
parent | 8b1d130f2df6a4cacde5a45ff22470351662023c (diff) |
contrib: Update to CMake 3.9.6.
-rw-r--r-- | contrib/cmake/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs index d247432d1..15c822e9d 100644 --- a/contrib/cmake/module.defs +++ b/contrib/cmake/module.defs @@ -1,9 +1,9 @@ $(eval $(call import.MODULE.defs,CMAKE,cmake)) $(eval $(call import.CONTRIB.defs,CMAKE)) -CMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/cmake-3.8.2.tar.gz -CMAKE.FETCH.url += https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz -CMAKE.FETCH.sha256 = da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d +CMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/cmake-3.9.6.tar.gz +CMAKE.FETCH.url += https://cmake.org/files/v3.9/cmake-3.9.6.tar.gz +CMAKE.FETCH.sha256 = 7410851a783a41b521214ad987bb534a7e4a65e059651a2514e6ebfc8f46b218 CMAKE.CONFIGURE.deps = CMAKE.CONFIGURE.shared = |