diff --git a/Casks/fontstand.rb b/Casks/fontstand.rb index 654eaf21360..779c023a85f 100644 --- a/Casks/fontstand.rb +++ b/Casks/fontstand.rb @@ -1,11 +1,16 @@ cask "fontstand" do - version "2.3.0,103" + version "2.4.0,105" sha256 :no_check - url "https://fontstand.com/application/download", - user_agent: :fake + url "https://fontstand.com/apps/download/69" name "Fontstand" + desc "Font discovery and rental platform" homepage "https://fontstand.com/" + livecheck do + url :url + strategy :extract_plist + end + app "Fontstand.app" end