summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-06 20:17:41 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-06 20:17:41 +0200
commit12565d4a263bcf296739202ed24d103d3df88ef3 (patch)
tree8ffb8fee7279b84c1d07b42a3fcfe04f4614c7f1
parentbf89c9121ff88ebfa57b997c247b2fd505dcb9ab (diff)
cmake: update to 2.8.11 to fix an infinite loop
see: http://public.kitware.com/Bug/view.php?id=13756
-rw-r--r--recipes/build-tools/cmake.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/cmake.recipe b/recipes/build-tools/cmake.recipe
index ab42b8e..88dbc13 100644
--- a/recipes/build-tools/cmake.recipe
+++ b/recipes/build-tools/cmake.recipe
@@ -3,11 +3,11 @@
class Recipe(recipe.Recipe):
name = 'cmake'
- version = '2.8.10.2'
+ version = '2.8.11'
licenses = [License.BSD_like]
btype = BuildType.MAKEFILE
stype = SourceType.TARBALL
- url = 'http://www.cmake.org/files/v2.8/cmake-2.8.10.2.tar.gz'
+ url = 'http://www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz'
deps = ['autoconf']
add_host_build_target = False