homebrew-cask/Casks/ideskcal.rb

13 lines
452 B
Ruby

cask :v1 => 'ideskcal' do
version '2.6.5'
sha256 'b42acab35ad8d3e1ffa7bb95adde768515d5a924b18b4768d70c0442e6477285'
url "http://hashbangind.com/files/iDeskCal-#{version}.zip"
appcast 'https://hashbangind.com/appcasts/iDeskCal-profileInfo.php'
name 'iDeskCal'
homepage 'http://www.hashbangind.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'iDeskCal.app'
end