homebrew-cask/Casks/ideskcal.rb

11 lines
258 B
Ruby
Raw Normal View History

class Ideskcal < Cask
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'
homepage 'http://www.hashbangind.com'
2014-09-16 00:05:43 +08:00
app 'iDeskCal.app'
end