diff options
author | Bradley Sepos <[email protected]> | 2015-10-28 17:25:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:04 -0400 |
commit | ee4ca95e2a1f78903c114411522a04a5bbd7a5bb (patch) | |
tree | d705aad5ceaf03a87d6b7602a73d059ae3347e37 /contrib/cmake | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/cmake')
-rw-r--r-- | contrib/cmake/module.defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/cmake/module.defs b/contrib/cmake/module.defs index 56f6fea59..cd3b866e0 100644 --- a/contrib/cmake/module.defs +++ b/contrib/cmake/module.defs @@ -1,8 +1,9 @@ $(eval $(call import.MODULE.defs,CMAKE,cmake)) $(eval $(call import.CONTRIB.defs,CMAKE)) -CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.3.2.tar.gz -CMAKE.FETCH.md5 = 5febbd11bcaac854a27eebaf4a124be2 +CMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/cmake-3.3.2.tar.gz +CMAKE.FETCH.url += https://cmake.org/files/v3.3/cmake-3.3.2.tar.gz +CMAKE.FETCH.md5 = 5febbd11bcaac854a27eebaf4a124be2 CMAKE.CONFIGURE.deps = CMAKE.CONFIGURE.shared = |