Update CMake to 2.8.7.
This commit is contained in:
parent
a4cb9ec391
commit
c074273018
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Cmake < Formula
|
||||
url 'http://www.cmake.org/files/v2.8/cmake-2.8.6.tar.gz'
|
||||
md5 '2147da452fd9212bb9b4542a9eee9d5b'
|
||||
url 'http://www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz'
|
||||
md5 'e1b237aeaed880f65dec9c20602452f6'
|
||||
homepage 'http://www.cmake.org/'
|
||||
bottle 'https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.6-bottle.tar.gz'
|
||||
bottle_sha1 '3d8368605477bddc138872053f183ba52a6e4ec9'
|
||||
bottle 'https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.7-bottle.tar.gz'
|
||||
bottle_sha1 '8f4731fa17bf96afa2cdbfa48aaf6020a9836e3f'
|
||||
|
||||
def install
|
||||
# A framework-installed expat will be detected and mess things up.
|
||||
|
|
Loading…
Reference in a new issue