Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / font / font-f / font-fira-mono-for-powerline.rb
blobfc0c05a3fc343a05933fc1ca27e86fdc24df7720
1 cask "font-fira-mono-for-powerline" do
2   version :latest
3   sha256 :no_check
5   url "https://github.com/powerline/fonts.git",
6       branch:    "master",
7       only_path: "FiraMono"
8   name "Fira Mono for Powerline"
9   homepage "https://github.com/powerline/fonts/tree/master/FiraMono"
11   font "FuraMono-Bold Powerline.otf"
12   font "FuraMono-Medium Powerline.otf"
13   font "FuraMono-Regular Powerline.otf"
15   # No zap stanza required
16 end