homebrew-cask/Casks/fantastical.rb

20 lines
581 B
Ruby

cask :v1 => 'fantastical' do
version '2.0.2'
sha256 '4e7618a823f870c058db179e41cdae0f5f5e9b157a4a70fd9c2c8e4c18ab7d3d'
url "http://cdn.flexibits.com/Fantastical_#{version}.zip"
appcast 'https://flexibits.com/fantastical/appcast2.php',
:sha256 => '25b925b46633c66b6d10dda0f213614da63da9c80a231dc39c8ffb86e8b883e4'
name 'Fantastical'
homepage 'http://flexibits.com/fantastical'
license :freemium
app 'Fantastical 2.app'
postflight do
suppress_move_to_applications
end
zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist'
end