diff --git a/Casks/phantomjs.rb b/Casks/phantomjs.rb index 03251a10be4..2f6ac5d6195 100644 --- a/Casks/phantomjs.rb +++ b/Casks/phantomjs.rb @@ -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/"