From 6edec893c131e4bf7e12faec2f2d61c64a4d701e Mon Sep 17 00:00:00 2001 From: He Fei Date: Tue, 24 Nov 2015 15:41:36 +0800 Subject: [PATCH] add phantomjs 1.9.8 for macosx. --- Casks/phantomjs198.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/phantomjs198.rb diff --git a/Casks/phantomjs198.rb b/Casks/phantomjs198.rb new file mode 100644 index 000000000..798daca84 --- /dev/null +++ b/Casks/phantomjs198.rb @@ -0,0 +1,12 @@ +cask :v1 => 'phantomjs198' do + version '1.9.8' + sha256 '8f15043ae3031815dc5f884ea6ffa053d365491b1bc0dc3a0862d5ff1ac20a48' + + # bitbucket.org is the official download host per the vendor homepage + url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip" + name 'PhantomJS' + homepage 'http://phantomjs.org/' + license :bsd + + binary "phantomjs-#{version}-macosx/bin/phantomjs" +end