excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / font / font-n / font-noto-serif-cjk.rb
blob1a8c997d0c18e9444169cdbc34db126c982c4a7a
1 cask "font-noto-serif-cjk" do
2   version "2.003"
3   sha256 "5009285197f068fe9a58f2cf8d6d312f4bf185887305751aae2608db4e02e48f"
5   url "https://github.com/notofonts/noto-cjk/releases/download/Serif#{version}/01_NotoSerifCJK.ttc.zip"
6   name "Noto Serif CJK"
7   homepage "https://github.com/notofonts/noto-cjk/tree/main/Serif"
9   livecheck do
10     url :url
11     regex(/^Serif[._-]?v?(\d+(?:\.\d+)+)$/i)
12     strategy :github_releases
13   end
15   font "NotoSerifCJK.ttc"
17   # No zap stanza required
18 end