mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
289 B
Ruby
9 lines
289 B
Ruby
class Phantomjs < Cask
|
|
version '1.9.7'
|
|
sha256 '72731f8ff68db17ecb5f6c78bf036adb429317b9bdbe69e2f5f60514fa7e4a6f'
|
|
|
|
url 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip'
|
|
homepage 'http://phantomjs.org/'
|
|
|
|
binary 'phantomjs-1.9.7-macosx/bin/phantomjs'
|
|
end
|