Merge pull request #200894 from Homebrew/update-apidog
[Homebrew/homebrew-cask.git] / Casks / font / font-p / font-poppins-latin.rb
blob2fbab760400049fc17e4bf79230dc61eec68f1b2
1 cask "font-poppins-latin" do
2   version "5.001"
3   sha256 "cd4bdded93013fc9f123485b8fbc6113f62a7ff77492cc97cba6901cf6493738"
5   url "https://github.com/itfoundry/Poppins/raw/master/products/PoppinsLatin-#{version}-Latin-OTF.zip"
6   name "PoppinsLatin"
7   homepage "https://github.com/itfoundry/poppins"
9   livecheck do
10     url "https://github.com/itfoundry/Poppins/tree/master/products"
11     regex(/href=.*?PoppinsLatin[._-]v?(\d+(?:\.\d+)+)(?:[._-]Latin)?[._-]OTF\.zip/i)
12     strategy :page_match
13   end
15   font "PoppinsLatin-Black.otf"
16   font "PoppinsLatin-BlackItalic.otf"
17   font "PoppinsLatin-Bold.otf"
18   font "PoppinsLatin-BoldItalic.otf"
19   font "PoppinsLatin-ExtraBold.otf"
20   font "PoppinsLatin-ExtraBoldItalic.otf"
21   font "PoppinsLatin-ExtraLight.otf"
22   font "PoppinsLatin-ExtraLightItalic.otf"
23   font "PoppinsLatin-Italic.otf"
24   font "PoppinsLatin-Light.otf"
25   font "PoppinsLatin-LightItalic.otf"
26   font "PoppinsLatin-Medium.otf"
27   font "PoppinsLatin-MediumItalic.otf"
28   font "PoppinsLatin-Regular.otf"
29   font "PoppinsLatin-SemiBold.otf"
30   font "PoppinsLatin-SemiBoldItalic.otf"
31   font "PoppinsLatin-Thin.otf"
32   font "PoppinsLatin-ThinItalic.otf"
34   # No zap stanza required
35 end