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
2015-12-04 22:20:03 +08:00
version '2.1.4'
sha256 '7227933605ca7ef5618d8402ddff54cf19b83737a37d63c31d8c9ced2a6e76f4'
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-14 02:07:26 +08:00
:checkpoint => 'fb313838d6d63df09c48977ed263b7f293bcfc1084b00f823f38bb7244905c92'
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