homebrew-cask/Casks/itsycal.rb

25 lines
857 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
2017-02-04 19:48:43 +08:00
version '0.11.1'
2017-02-05 22:40:26 +08:00
sha256 '6d0c842d4fcd2b529ad118cbae6c926cefb40e848baee627b2a5eea7715f35e4'
# 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',
2017-02-05 22:40:26 +08:00
checkpoint: 'ac93d89d308e2e7ca09b83fdfdbf2261e88b84eb0f32e550e6bd9b450dc3831f'
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