Files
homebrew-cask/Casks/p/phantomjs.rb
2023-11-11 23:16:47 -05:00

19 lines
499 B
Ruby

cask "phantomjs" do
version "2.1.1"
sha256 "538cf488219ab27e309eafc629e2bcee9976990fe90b1ec334f541779150f8c1"
url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip",
verified: "bitbucket.org/ariya/phantomjs/"
name "PhantomJS"
desc "Headless web browser"
homepage "https://phantomjs.org/"
binary "phantomjs-#{version}-macosx/bin/phantomjs"
zap trash: "~/Library/Application Support/Ofi Labs/PhantomJS/"
caveats do
discontinued
end
end