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" elsif MacOS.version <= :el_capitan version '0.10.16' sha256 'dbf1b104c7a3a2ca3ead9879145cb0557955c29d53f35a92b42f48e68122957c' # 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.9' sha256 '6e0cde73c2903e7ee96359e29b1641dec555d53b23d2090098e7e322675ca920' # 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: '08a64a0490ef56d0d7d913a449d9a797952c638f2561a49f0177ec22f75e05af' end name 'Itsycal' homepage 'https://www.mowglii.com/itsycal/' depends_on macos: '>= :mountain_lion' app 'Itsycal.app' end