homebrew-cask/Casks/rightfont.rb

16 lines
469 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rightfont' do
2016-05-02 05:19:03 +08:00
version '3.2.1'
sha256 'd410b6ebe678c750a5a89755c6f5f648c66f8d398b167d897c8b773928c2e4a2'
2015-05-04 23:29:50 +08:00
2015-09-17 20:26:50 +08:00
url "http://rightfontapp.com/downloads/#{version}/rightfont.zip"
2015-05-27 01:50:23 +08:00
appcast 'http://rightfontapp.com/update/appcast.xml',
2016-05-02 05:19:03 +08:00
checkpoint: '0cbd8d5e4014af0586c3c70a92163f5565e3fe4b593dc994df54356dbec7ec22'
2015-11-13 03:31:33 +08:00
name 'RightFont'
2015-05-04 23:29:50 +08:00
homepage 'http://rightfontapp.com/'
2015-09-17 20:26:50 +08:00
license :commercial
2015-05-04 23:29:50 +08:00
depends_on macos: '>= :yosemite'
2015-07-18 06:22:26 +08:00
2015-05-04 23:29:50 +08:00
app 'RightFont.app'
end