homebrew-cask/Casks/itsycal.rb

15 lines
501 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'itsycal' do
2015-11-22 12:52:42 +08:00
version '0.10.8'
sha256 'f9d49a3b0cf30cb59109740e7c415cee880f345ecbfc9fc3b8eb98485f8752d2'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/itsycal/Itsycal-#{version}.zip"
2015-01-30 03:26:18 +08:00
name 'Itsycal'
2015-05-25 03:38:04 +08:00
appcast 'https://s3.amazonaws.com/itsycal/itsycal.xml',
2015-11-22 12:52:42 +08:00
:sha256 => 'e5f3a432c8a1b2f123cbfba5e94123ab86a815dbad0f09f52649ca989d5212db'
homepage 'http://www.mowglii.com/itsycal/'
license :gratis
2015-01-30 03:26:18 +08:00
app 'Itsycal.app'
2014-05-12 04:58:52 +08:00
end