You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
412 B
12 lines
412 B
cask :v1 => 'phantomjs198' do
|
|
version '1.9.8'
|
|
sha256 '8f15043ae3031815dc5f884ea6ffa053d365491b1bc0dc3a0862d5ff1ac20a48'
|
|
|
|
# bitbucket.org is the official download host per the vendor homepage
|
|
url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip"
|
|
name 'PhantomJS'
|
|
homepage 'http://phantomjs.org/'
|
|
license :bsd
|
|
|
|
binary "phantomjs-#{version}-macosx/bin/phantomjs"
|
|
end
|
|
|