homebrew-cask-versions/Casks/contexts.rb
2015-01-04 21:41:39 +00:00

12 lines
383 B
Ruby

cask :v1 => 'contexts' do
version :latest
sha256 :no_check
url 'http://contextsformac.com/releases/Contexts.zip'
appcast 'http://www.contextsformac.com/releases/appcast.xml'
name 'Contexts'
homepage 'http://contextsformac.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Contexts.app'
end