homebrew-cask/Casks/robofont.rb

16 lines
497 B
Ruby
Raw Normal View History

2015-01-22 00:48:49 +08:00
cask :v1 => 'robofont' do
version '1.6'
sha256 'fb2fd390868a32fb9e89490081f3f052e65c1156ee32b39cac1c799b87abc4c7'
url 'http://robofont.com/downloads/RoboFont_1410152315.dmg'
name 'RoboFont'
2015-05-27 01:50:24 +08:00
appcast 'http://doc.robofont.com/appcast',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
2015-01-22 00:48:49 +08:00
homepage 'http://robofont.com'
license :other # See http://doc.robofont.com/license-agreement/
app 'RoboFont.app'
depends_on :macos => '>= :mavericks'
end