diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cmake.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 12718bfcd..0bc06c0b2 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -22,14 +22,8 @@ end class Cmake < Formula homepage 'http://www.cmake.org/' - url 'http://www.cmake.org/files/v2.8/cmake-2.8.10.1.tar.gz' - sha1 'ff536d0592a0433ef3610f1861886712b99979a5' - - bottle do - sha1 '1a43a9a7f05216c9dc2458bca6aaa80c4a6cfc5b' => :mountainlion - sha1 '31856bbd662ca47c325761fc7040e43f9a635c64' => :lion - sha1 'ff80d9bb064fcec2e268896ede95532f99c6cfb6' => :snowleopard - end + url 'http://www.cmake.org/files/v2.8/cmake-2.8.10.2.tar.gz' + sha1 '2d868ccc3f9f2aa7c2844bd0a4609d5313edaaec' depends_on NoExpatFramework |
