From 84e5629d85b7e247f1d1ad47ecbd11f6ac371aec Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 19:21:11 -0500 Subject: [PATCH] artpip: disable ``` ==> Downloading https://www.artpip.com/download/osx curl: (22) The requested URL returned error: 503 curl: (22) The requested URL returned error: 503 curl: (22) The requested URL returned error: 503 curl: (22) The requested URL returned error: 503 Error: Download failed on Cask 'artpip' with message: Download failed: https://www.artpip.com/download/osx ``` Signed-off-by: Rui Chen --- Casks/a/artpip.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Casks/a/artpip.rb b/Casks/a/artpip.rb index 8736db0c7a..554262a591 100644 --- a/Casks/a/artpip.rb +++ b/Casks/a/artpip.rb @@ -7,10 +7,7 @@ cask "artpip" do desc "Curated photographic desktop backgrounds" homepage "https://www.artpip.com/" - livecheck do - url :url - strategy :header_match - end + disable! date: "2024-01-01", because: "download artifact not available" app "Artpip.app" end