homebrew-cask/Casks/fantastical.rb

20 lines
579 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fantastical' do
2016-01-15 03:54:54 +08:00
version '2.1.5'
sha256 '816e780ead978f15fd1bb762c80f8c8a5abf9551c121ba502f61a528d962fb60'
2014-09-14 23:58:20 +08:00
url "http://cdn.flexibits.com/Fantastical_#{version}.zip"
appcast 'https://flexibits.com/fantastical/appcast2.php',
2016-01-15 03:54:54 +08:00
:checkpoint => '891edbc3657ab7f08d356377092aa01beef808c6e7d5a19a99ef3d471786908a'
2015-01-12 02:57:58 +08:00
name 'Fantastical'
homepage 'https://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