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-26 23:00:37 +08:00
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',
2017-02-26 23:00:37 +08:00
checkpoint: '59e29dcd829c7645ea6ac0997078c1a5829bc23df7aaf910a5f12f31d69d5a4f'
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