homebrew-cask/Casks/skyfonts.rb

13 lines
486 B
Ruby
Raw Normal View History

cask :v1 => 'skyfonts' do
2015-10-08 10:09:27 +08:00
version '4.10.0.0'
sha256 'a0186bdde3f1abccef35a9be32ce139bd5e61b428cf5efabaacc194a52a0d4b0'
# skyfonts.com is the official download host per the vendor homepage
2014-10-03 19:16:05 +08:00
url "http://cdn1.skyfonts.com/client/Monotype_SkyFonts_Mac64_#{version}.dmg"
name 'SkyFonts'
2015-06-29 14:32:18 +08:00
homepage 'https://www.fonts.com/web-fonts/google'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'SkyFonts.app'
2013-12-20 07:44:10 +08:00
end