From f6eabbcfca2042d4b9245b125e0e8b4d0f0b1597 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sat, 11 Nov 2023 23:16:47 -0500 Subject: [PATCH] phantomjs: remove livecheck --- Casks/p/phantomjs.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Casks/p/phantomjs.rb b/Casks/p/phantomjs.rb index 3cef630a96..91d0b5a5be 100644 --- a/Casks/p/phantomjs.rb +++ b/Casks/p/phantomjs.rb @@ -8,11 +8,6 @@ cask "phantomjs" do desc "Headless web browser" homepage "https://phantomjs.org/" - livecheck do - url "https://phantomjs.org/download.html" - regex(/href=.*?phantomjs[._-](\d+(?:\.\d+)+)[._-]macosx\.zip/i) - end - binary "phantomjs-#{version}-macosx/bin/phantomjs" zap trash: "~/Library/Application Support/Ofi Labs/PhantomJS/"