diff options
Diffstat (limited to 'Library/Formula/phantomjs.rb')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index 987d8882a..094cc9b70 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -12,10 +12,9 @@ class Phantomjs < Formula sha1 "575af708d7e5ef6e39e90766ffd2bf97b6c4b51b" => :lion end - def patches - [ - 'https://github.com/ariya/phantomjs/commit/fe6a96.patch' - ] + patch do + url "https://github.com/ariya/phantomjs/commit/fe6a96.patch" + sha1 "c6899db754a7202fc4745d2bd64504432a6b606c" end def install |
