diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cmake.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 0e11780c9..a3bc8f6de 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -22,8 +22,8 @@ end class Cmake < Formula homepage 'http://www.cmake.org/' - url 'http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz' - sha1 'cca70b307aa32a6a32c72e01fdfcecc84c1c2690' + url 'http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz' + sha1 '4dfd9ee9b829c77175d655f22322f14747f11ad2' head 'http://cmake.org/cmake.git' |
