homebrew-cask/Casks/trufont.rb

14 lines
524 B
Ruby
Raw Normal View History

2016-03-24 22:51:43 +08:00
cask 'trufont' do
2016-09-20 08:32:48 +08:00
version '0.5.0'
sha256 'bdc20b8e11f51b58595a8ed2ff2e6a9684a581c739ed5c1fd500ca8b8cd05fcb'
2016-03-24 22:51:43 +08:00
2016-07-05 04:32:47 +08:00
# github.com/trufont/trufont was verified as official when first introduced to the cask
2016-03-24 22:51:43 +08:00
url "https://github.com/trufont/trufont/releases/download/#{version}/TruFont.app.zip"
appcast 'https://github.com/trufont/trufont/releases.atom',
2016-09-20 08:32:48 +08:00
checkpoint: '94f15046baf1df5da48358493e4ab5895ed918e80abf67623dad4f1490c163a9'
2016-03-24 22:51:43 +08:00
name 'TruFont'
homepage 'https://trufont.github.io/'
app 'TruFont.app'
end