From 8ca11a9fc06f33b456cf7e18b08c46bb099eb176 Mon Sep 17 00:00:00 2001 From: Jacob Ford Date: Tue, 7 Sep 2021 19:37:27 -0400 Subject: [PATCH] Update fontstand from 2.3.0,103 to 2.4.0,105 (#111077) * Update fontstand from 2.3.0,103 to 2.3.1,104 * Bump again! There's a newer version * Add description to Fontstand * Update fontstand.rb Co-authored-by: Miccal Matthews --- Casks/fontstand.rb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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