homebrew-cask/Casks/itsycal.rb

25 lines
858 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'itsycal' do
2016-08-08 03:12:48 +08:00
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
2016-11-01 04:30:56 +08:00
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"
appcast 'https://s3.amazonaws.com/itsycal/itsycal.xml',
2016-11-01 04:30:56 +08:00
checkpoint: '1dda31093961ed7501394f800f34ebfe9fb99a48af30eff4bff35423982c77e6'
end
name 'Itsycal'
homepage 'https://www.mowglii.com/itsycal/'
depends_on macos: '>= :mountain_lion'
2015-01-30 03:26:18 +08:00
app 'Itsycal.app'
2014-05-12 04:58:52 +08:00
end