homebrew-cask/Casks/phantomjs.rb

11 lines
314 B
Ruby
Raw Normal View History

2014-07-12 12:45:35 +08:00
class Phantomjs < Cask
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