diff options
| author | Mike McQuaid | 2014-08-28 17:01:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-28 17:01:00 +0100 |
| commit | 0c91f0c74f70a47331e2dc5f9078823c9db8c2aa (patch) | |
| tree | e8be7cd2c8a484ae7eff2884f92b831129e69ed0 /Library | |
| parent | cd16eadce4dee8c6c52ad63712fc1c4e3737f63d (diff) | |
| download | homebrew-0c91f0c74f70a47331e2dc5f9078823c9db8c2aa.tar.bz2 | |
cwm: cleanup patch usage.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cwm.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/cwm.rb b/Library/Formula/cwm.rb index c39737ca1..30fbb0b0d 100644 --- a/Library/Formula/cwm.rb +++ b/Library/Formula/cwm.rb @@ -16,9 +16,8 @@ class Cwm < Formula depends_on "pkg-config" => :build patch do - # Remove this patch when updating to the next cwm release 5.6, - # where it is already contained. - url "https://github.com/chneukirchen/cwm/commit/c7f481e6fac2cb693144bff45f6180d146bf13a5.diff" + # Fix 10.9 build. Merged upstream. + url "https://github.com/chneukirchen/cwm/commit/c7f481.diff" sha1 "b91bd1b14fe9d4fef287be19eabc05762e5cf047" end |
