homebrew-cask/Casks/fantastical.rb

16 lines
522 B
Ruby

class Fantastical < Cask
version '1.3.15'
sha256 'df76970ba48d831e99f1d1564f4076271ca48476ed8af5b8996341481e8bfb74'
url 'http://cdn.flexibits.com/Fantastical_1.3.15.zip'
appcast 'https://flexibits.com/fantastical/appcast.php'
homepage 'http://flexibits.com/fantastical'
link 'Fantastical.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.flexibits.fantastical', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end