homebrew-cask/Casks/itsycal.rb

13 lines
361 B
Ruby
Raw Normal View History

2014-11-14 01:26:08 +08:00
cask :v1 => 'itsycal' do
2015-03-16 01:00:55 +08:00
version '0.9.0'
2015-03-17 01:18:14 +08:00
sha256 '42f25ddab7360235482f1afd802592bdc3231dfe46220e263d259efd59a20781'
# 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'
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