From db6bc2afab6affe888526dc19ab736fd6c5ec623 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 25 Mar 2015 09:49:58 -0500 Subject: [PATCH] Add Fantastical 1.X Fantastical is now on 2.X which we'll track in the main tap. Refs caskroom/homebrew-cask#10223 --- Casks/fantastical1.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Casks/fantastical1.rb diff --git a/Casks/fantastical1.rb b/Casks/fantastical1.rb new file mode 100644 index 000000000..5738c7301 --- /dev/null +++ b/Casks/fantastical1.rb @@ -0,0 +1,15 @@ +cask :v1 => 'fantastical' do + version '1.3.18' + sha256 '00069dca92be66b04351cb9b19146c305696fb5970b33e71c1b2d687bbc5f2a8' + url "http://cdn.flexibits.com/Fantastical_#{version}.zip" + appcast 'https://flexibits.com/fantastical/appcast.php', + :sha256 => '3d789ff8dd91c8ebc1b63d2811ec17e0a950433b03605d8c10eef010733cf79a' + name 'Fantastical' + homepage 'http://flexibits.com/fantastical' + license :freemium + app 'Fantastical.app' + postflight do + suppress_move_to_applications + end + zap :delete => '~/Library/Preferences/com.flexibits.fantastical.plist' +end