phantomjs: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:22:37 +01:00
parent 6b7779b1cb
commit 01500ecdef
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "phantomjs" do
version "2.1.1"
sha256 "538cf488219ab27e309eafc629e2bcee9976990fe90b1ec334f541779150f8c1"
# bitbucket.org/ariya/phantomjs/ was verified as official when first introduced to the cask
url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip"
url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip",
verified: "bitbucket.org/ariya/phantomjs/"
name "PhantomJS"
homepage "https://phantomjs.org/"