Skip to content

Commit

Permalink
shadow-bot: disable
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Dec 30, 2024
1 parent 4f6c7ce commit a7934a9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Casks/s/shadow-bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a7934a9

Please sign in to comment.