homebrew-cask/Casks/phantomjs.rb

13 lines
409 B
Ruby
Raw Normal View History

2014-11-14 01:26:38 +08:00
cask :v1 => 'phantomjs' do
2015-05-21 19:08:07 +08:00
version '2.0.0'
sha256 '9ae74da20e8831c4d48105004993fecee3e7e66f5d3381f879de366d82f9215c'
2014-07-12 12:45:35 +08:00
# bitbucket.org is the official download host per the vendor homepage
2014-09-26 20:09:06 +08:00
url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip"
2015-04-18 03:10:10 +08:00
name 'PhantomJS'
2014-07-12 12:45:35 +08:00
homepage 'http://phantomjs.org/'
license :bsd
2014-07-12 12:45:35 +08:00
2014-09-26 20:09:06 +08:00
binary "phantomjs-#{version}-macosx/bin/phantomjs"
2014-07-12 12:45:35 +08:00
end