homebrew-cask/Casks/foldingtext.rb

15 lines
534 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'foldingtext' do
2016-02-24 13:41:46 +08:00
version '2.1.2'
sha256 '8d5adf4332d79e734ec147f0bad9b765210b168cf3e3dc75cdcb0781af231136'
2014-07-02 00:16:15 +08:00
2016-02-01 23:38:35 +08:00
# amazonaws.com/foldingtext was verified as official when first introduced to the cask
url 'https://s3.amazonaws.com/foldingtext/FoldingText.dmg'
2015-06-29 14:32:18 +08:00
appcast 'https://foldingtext.s3.amazonaws.com/FoldingText.rss',
2016-02-24 13:41:46 +08:00
checkpoint: '52831575716556573cb50ca39c4425cbd407e945d8cab642b76964dc3a616cab'
name 'FoldingText'
2014-07-02 00:16:15 +08:00
homepage 'http://www.foldingtext.com'
2015-08-30 02:30:41 +08:00
license :commercial
2014-07-02 00:16:15 +08:00
2014-09-16 00:05:35 +08:00
app 'FoldingText.app'
2014-07-02 00:16:15 +08:00
end