diff --git a/Casks/o/openthesaurus-deutsch.rb b/Casks/o/openthesaurus-deutsch.rb index 85c2a68855..f03e1e70b7 100644 --- a/Casks/o/openthesaurus-deutsch.rb +++ b/Casks/o/openthesaurus-deutsch.rb @@ -1,15 +1,16 @@ cask "openthesaurus-deutsch" do version "2023.12.28" - sha256 :no_check + sha256 "bc28b0ad3c2d64c40ffd13f72061109dd5b01e26a1a76af5a412005f0b31eb11" - url "https://downloads.tekl.de/OpenThesaurus_Deutsch_dictionaryfile.zip" + url "https://github.com/Tekl/openthesaurus-deutsch/releases/download/v#{version}/OpenThesaurus_Deutsch.dmg", + verified: "github.com/Tekl/openthesaurus-deutsch/" name "OpenThesaurus Deutsch Dictionary plugin" desc "Extends Apples Dictionary App with a German thesaurus" homepage "https://tekl.de/lexikon-plug-ins/openthesaurus-deutsch-lexikon-plugin" livecheck do - url :homepage - regex(%r{\s*v(\d\d\d\d.\d\d.\d\d)\s*}i) + url :url + strategy :github_latest end depends_on macos: ">= :el_capitan"