diff options
| author | Mike McQuaid | 2015-01-30 09:01:25 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-30 09:01:25 +0000 |
| commit | df3e5352a5c3a95829a3d8981d43eab519442ee1 (patch) | |
| tree | d15c88e1a1b29d09393a915c65c42f5b35b78b77 /Library | |
| parent | a1b25aa84280c28dff29b3c8eedc781e6f4459dd (diff) | |
| download | homebrew-df3e5352a5c3a95829a3d8981d43eab519442ee1.tar.bz2 | |
cmake: use upstream commit as patch.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cmake.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 6a6caad0f..a31313262 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -28,9 +28,12 @@ class Cmake < Formula sha1 "e96098e402903e09f56d0c4cfef516e591088d78" # Patching CMake for OpenSSL 1.0.2 - # Already commited upstream, should be in next release & the HEAD. + # Already commited upstream. Should be in next release. # http://www.cmake.org/gitweb?p=cmake.git;a=commit;h=de4ccee75a89519f95fcbcca75abc46577bfefea - patch :DATA + patch do + url "https://github.com/Kitware/CMake/commit/c5d9a828.diff" + sha1 "61b15b638c1409233f36e6e3383b98cab514c3bb" + end end bottle do |
