cask 'itsycal' do if MacOS.version <= :mavericks version '0.8.15' sha256 '6470719a1f702c807f98a992880def5f499858231bf35924eaf3e0d5df48b436' # s3.amazonaws.com/itsycal was verified as official when first introduced to the cask url "https://s3.amazonaws.com/itsycal/Itsycal-#{version}.zip" else version '0.11.2' sha256 '3477594b1f0786f86ac6d2d0552f116fb06e45060405b967f36e4a56357c38cc' # s3.amazonaws.com/itsycal was verified as official when first introduced to the cask url "https://s3.amazonaws.com/itsycal/Itsycal-#{version}.zip" appcast 'https://s3.amazonaws.com/itsycal/itsycal.xml', checkpoint: '59e29dcd829c7645ea6ac0997078c1a5829bc23df7aaf910a5f12f31d69d5a4f' end name 'Itsycal' homepage 'https://www.mowglii.com/itsycal/' depends_on macos: '>= :mountain_lion' app 'Itsycal.app' end