phantomjs: use checksummed patches
This commit is contained in:
parent
d0fc9a861f
commit
fdbc9d117d
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue