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-02-18 04:10:31 +08:00
version '3.2.0'
sha256 '21e4d9b203a49fbafa09cf04218b72a9511c3713604f3783f660bbf724a1b9bf'
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-02-18 04:10:31 +08:00
checkpoint: 'ee63bef61fdff2f19b7802547db2eb5e594d12e3e045eb548e18cc89b7d8bccc'
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