homebrew-cask/Casks/fantastical.rb

20 lines
581 B
Ruby
Raw Normal View History

2014-11-14 01:25:49 +08:00
cask :v1 => 'fantastical' do
2015-04-05 09:05:57 +08:00
version '2.0.2'
sha256 '4e7618a823f870c058db179e41cdae0f5f5e9b157a4a70fd9c2c8e4c18ab7d3d'
2014-09-14 23:58:20 +08:00
url "http://cdn.flexibits.com/Fantastical_#{version}.zip"
appcast 'https://flexibits.com/fantastical/appcast2.php',
:sha256 => '25b925b46633c66b6d10dda0f213614da63da9c80a231dc39c8ffb86e8b883e4'
2015-01-12 02:57:58 +08:00
name 'Fantastical'
2013-04-18 02:58:14 +08:00
homepage 'http://flexibits.com/fantastical'
license :freemium
app 'Fantastical 2.app'
2014-09-09 20:55:26 +08:00
postflight do
2014-11-02 07:14:31 +08:00
suppress_move_to_applications
end
2014-11-02 07:14:31 +08:00
2014-09-18 19:57:56 +08:00
zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist'
2013-04-18 02:58:14 +08:00
end