homebrew-cask/Casks/phantomjs.rb

13 lines
402 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'phantomjs' do
2016-01-27 07:14:05 +08:00
version '2.1.1'
sha256 '538cf488219ab27e309eafc629e2bcee9976990fe90b1ec334f541779150f8c1'
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