homebrew-cask/Casks/foldingtext.rb

15 lines
530 B
Ruby
Raw Normal View History

cask :v1 => 'foldingtext' do
version '2.0.2'
sha256 '1719c001497303179039454bf044abccb61370aa1c38489a261718054db364dd'
2014-07-02 00:16:15 +08:00
# amazonaws.com is the official download host per the appcast feed
url "http://foldingtext.s3.amazonaws.com/FoldingText-#{version}.dmg"
2015-01-12 02:01:16 +08:00
name 'FoldingText'
2015-06-29 14:32:18 +08:00
appcast 'https://foldingtext.s3.amazonaws.com/FoldingText.rss',
2015-05-30 00:47:00 +08:00
:sha256 => '5915bc0f4b102f040737726cb09086eef336203b78c9ea202356bc56efbec767'
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