homebrew-cask/Casks/fantastical.rb

16 lines
517 B
Ruby
Raw Normal View History

2013-04-18 02:58:14 +08:00
class Fantastical < Cask
version '1.3.15'
sha256 'df76970ba48d831e99f1d1564f4076271ca48476ed8af5b8996341481e8bfb74'
2014-05-10 23:54:29 +08:00
url 'http://cdn.flexibits.com/Fantastical_1.3.15.zip'
2014-06-03 01:38:02 +08:00
appcast 'https://flexibits.com/fantastical/appcast.php'
2013-04-18 02:58:14 +08:00
homepage 'http://flexibits.com/fantastical'
2013-06-05 10:52:29 +08:00
link 'Fantastical.app'
2014-09-09 20:55:26 +08:00
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.flexibits.fantastical', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2013-04-18 02:58:14 +08:00
end