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 <miccal.matthews@gmail.com>
This commit is contained in:
Jacob Ford 2021-09-07 19:37:27 -04:00 committed by GitHub
parent 14952a306b
commit 8ca11a9fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,16 @@
cask "fontstand" do cask "fontstand" do
version "2.3.0,103" version "2.4.0,105"
sha256 :no_check sha256 :no_check
url "https://fontstand.com/application/download", url "https://fontstand.com/apps/download/69"
user_agent: :fake
name "Fontstand" name "Fontstand"
desc "Font discovery and rental platform"
homepage "https://fontstand.com/" homepage "https://fontstand.com/"
livecheck do
url :url
strategy :extract_plist
end
app "Fontstand.app" app "Fontstand.app"
end end