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