diff options
| author | Jack Nagel | 2014-03-16 21:35:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 22:57:28 -0500 |
| commit | db1b68e56865b38ca5fd8dbb15dba9630727d062 (patch) | |
| tree | a08a23f371e6dd3436d666990972fa4368737f48 | |
| parent | 573b5b0027c269af2e437a9bec112d688c89db56 (diff) | |
| download | homebrew-db1b68e56865b38ca5fd8dbb15dba9630727d062.tar.bz2 | |
phantomjs: use checksummed patches
| -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 |
