homebrew-cask/Casks/ideskcal.rb

13 lines
396 B
Ruby
Raw Normal View History

2014-11-14 01:26:04 +08:00
cask :v1 => 'ideskcal' do
2014-09-17 19:42:48 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:04 +08:00
url 'https://www.hashbangind.com/files/iDeskCal-Latest.zip'
2014-05-14 21:40:01 +08:00
appcast 'https://hashbangind.com/appcasts/iDeskCal-profileInfo.php'
2015-01-30 03:11:13 +08:00
name 'iDeskCal'
homepage 'http://www.hashbangind.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:43 +08:00
app 'iDeskCal.app'
end