homebrew-cask/Casks/contexts.rb

13 lines
383 B
Ruby
Raw Normal View History

2014-11-14 01:25:37 +08:00
cask :v1 => 'contexts' do
2014-09-17 19:42:41 +08:00
version :latest
sha256 :no_check
2013-09-06 02:08:07 +08:00
url 'http://contextsformac.com/releases/Contexts.zip'
2014-05-14 21:39:59 +08:00
appcast 'http://www.contextsformac.com/releases/appcast.xml'
2015-01-05 05:41:39 +08:00
name 'Contexts'
2013-09-06 02:08:07 +08:00
homepage 'http://contextsformac.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:25 +08:00
app 'Contexts.app'
2013-09-06 02:08:07 +08:00
end