Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / font / font-t / font-tex-gyre-adventor.rb
blobc84319585bcaff58e63351380440fa58dd692470
1 cask "font-tex-gyre-adventor" do
2   version "2.501"
3   sha256 "9e619eb1c8af5cb55240f8bb865453562a2efd9059dee39d085fb71f7a00f7a2"
5   url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/adventor/qag#{version.dots_to_underscores}otf.zip"
6   name "TeX Gyre Adventor"
7   homepage "https://www.gust.org.pl/projects/e-foundry/tex-gyre/adventor"
9   livecheck do
10     url "https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole"
11     regex(%r{Adventor</a>,\sver\.\s(\d+(?:\.\d+)+)}i)
12   end
14   font "qag#{version.dots_to_underscores}otf/texgyreadventor-bold.otf"
15   font "qag#{version.dots_to_underscores}otf/texgyreadventor-bolditalic.otf"
16   font "qag#{version.dots_to_underscores}otf/texgyreadventor-italic.otf"
17   font "qag#{version.dots_to_underscores}otf/texgyreadventor-regular.otf"
19   # No zap stanza required
20 end