mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
361 B
Ruby
12 lines
361 B
Ruby
cask :v1 => 'itsycal' do
|
|
version '0.9.0'
|
|
sha256 '42f25ddab7360235482f1afd802592bdc3231dfe46220e263d259efd59a20781'
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url "https://s3.amazonaws.com/itsycal/Itsycal-#{version}.zip"
|
|
name 'Itsycal'
|
|
homepage 'http://www.mowglii.com/itsycal/'
|
|
license :gratis
|
|
|
|
app 'Itsycal.app'
|
|
end
|