homebrew-cask/Casks/contexts.rb

9 lines
245 B
Ruby
Raw Normal View History

2013-09-06 02:08:07 +08:00
class Contexts < Cask
url 'http://contextsformac.com/releases/Contexts.zip'
2014-05-14 21:39:59 +08:00
appcast 'http://www.contextsformac.com/releases/appcast.xml'
2013-09-06 02:08:07 +08:00
homepage 'http://contextsformac.com/'
2013-09-06 02:13:39 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-09-06 02:08:07 +08:00
link 'Contexts.app'
end