From a7934a9f9b482029646828412fb60d43d6185e43 Mon Sep 17 00:00:00 2001 From: Klaus Hipp Date: Mon, 30 Dec 2024 14:07:39 +0100 Subject: [PATCH] shadow-bot: disable --- Casks/s/shadow-bot.rb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Casks/s/shadow-bot.rb b/Casks/s/shadow-bot.rb index aaa0bb94d6e2a..95cbece6f763d 100644 --- a/Casks/s/shadow-bot.rb +++ b/Casks/s/shadow-bot.rb @@ -12,16 +12,7 @@ desc "Application for robotic process automation" homepage "https://www.yingdao.com/" - livecheck do - url "https://api.yingdao.com/api/v1/sys/download/client?os=mac&arch=#{livecheck_query}" - regex(/ShadowBot[._-]v?(\d+(?:\.\d+)+)#{arch}\.dmg/i) - strategy :json do |json, regex| - match = json["data"]&.match(regex) - next if match.blank? - - match[1] - end - end + disable! date: "2024-12-30", because: "download artifact behind signed url" depends_on macos: ">= :high_sierra"