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