homebrew-cask/Casks/fantastical.rb

19 lines
605 B
Ruby

cask :v1 => 'fantastical' do
version '1.3.18'
sha256 '435d4818b2911eed956322261ba083df2abe9c2b21c63eee46876c23f7925beb'
url "http://cdn.flexibits.com/Fantastical_#{version}.zip"
appcast 'https://flexibits.com/fantastical/appcast.php',
:sha256 => '3d789ff8dd91c8ebc1b63d2811ec17e0a950433b03605d8c10eef010733cf79a'
homepage 'http://flexibits.com/fantastical'
license :unknown # todo: improve this machine-generated value
app 'Fantastical.app'
postflight do
suppress_move_to_applications
end
zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist'
end