From 561dbfdbffc46c176b1fcc94f56a2dec8b6555da Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 4 Jan 2024 01:07:47 -0500 Subject: [PATCH] dendroscope: disable Signed-off-by: Rui Chen --- Casks/d/dendroscope.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Casks/d/dendroscope.rb b/Casks/d/dendroscope.rb index dde8db3829..a5d595d310 100644 --- a/Casks/d/dendroscope.rb +++ b/Casks/d/dendroscope.rb @@ -7,13 +7,7 @@ cask "dendroscope" do desc "Interactive viewer for rooted phylogenetic trees and networks" homepage "https://www.wsi.uni-tuebingen.de/lehrstuehle/algorithms-in-bioinformatics/software/dendroscope/" - livecheck do - url "https://software-ab.cs.uni-tuebingen.de/download/dendroscope3/welcome.html" - regex(/href=.*?Dendroscope_macos_(\d+(?:_\d+)*)\.dmg/i) - strategy :page_match do |page, regex| - page.scan(regex)&.map { |match| match[0].tr("_", ".") } - end - end + disable! date: "2024-01-04", because: "download artifact not available" installer script: { executable: "Dendroscope Installer.app/Contents/MacOS/JavaApplicationStub",