homebrew-cask/Casks/fantastical.rb

20 lines
675 B
Ruby
Raw Normal View History

2014-11-14 01:25:49 +08:00
cask :v1 => 'fantastical' do
2014-10-17 10:00:31 +08:00
version '1.3.18'
2015-01-16 07:46:44 +08:00
sha256 '00069dca92be66b04351cb9b19146c305696fb5970b33e71c1b2d687bbc5f2a8'
2014-09-14 23:58:20 +08:00
url "http://cdn.flexibits.com/Fantastical_#{version}.zip"
2014-10-15 23:43:49 +08:00
appcast 'https://flexibits.com/fantastical/appcast.php',
2014-10-17 10:00:31 +08:00
:sha256 => '3d789ff8dd91c8ebc1b63d2811ec17e0a950433b03605d8c10eef010733cf79a'
2015-01-12 02:57:58 +08:00
name 'Fantastical'
2013-04-18 02:58:14 +08:00
homepage 'http://flexibits.com/fantastical'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:33 +08:00
app 'Fantastical.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