excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-t / font-tex-gyre-heros.rb
blob3e224a402214bfbe95d3e685fc43614f7db536b6
1 cask "font-tex-gyre-heros" do
2   version "2.004"
3   sha256 "755954b7349b803fc1c3d82fe9d9c4f7cf66467af718eaaf4f78ae1a09bf265d"
5   url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/heros/qhv#{version}otf.zip"
6   name "TeX Gyre Heros"
7   homepage "https://www.gust.org.pl/projects/e-foundry/tex-gyre/heros"
9   livecheck do
10     url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole"
11     regex(%r{Heros</a>,\sver\.\s(\d+(?:\.\d+)+)}i)
12   end
14   font "texgyreheros-bold.otf"
15   font "texgyreheros-bolditalic.otf"
16   font "texgyreheros-italic.otf"
17   font "texgyreheros-regular.otf"
18   font "texgyreheroscn-bold.otf"
19   font "texgyreheroscn-bolditalic.otf"
20   font "texgyreheroscn-italic.otf"
21   font "texgyreheroscn-regular.otf"
23   # No zap stanza required
24 end