homebrew-cask/Casks/phantomjs.rb

11 lines
318 B
Ruby
Raw Normal View History

2014-11-14 01:26:38 +08:00
cask :v1 => 'phantomjs' do
2014-10-27 21:37:51 +08:00
version '1.9.8'
sha256 '8f15043ae3031815dc5f884ea6ffa053d365491b1bc0dc3a0862d5ff1ac20a48'
2014-07-12 12:45:35 +08:00
2014-09-26 20:09:06 +08:00
url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip"
2014-07-12 12:45:35 +08:00
homepage 'http://phantomjs.org/'
2014-10-01 23:33:36 +08:00
license :oss
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