diff --git a/Casks/processing.rb b/Casks/processing.rb new file mode 100644 index 000000000..69b3e3b65 --- /dev/null +++ b/Casks/processing.rb @@ -0,0 +1,7 @@ +class Processing < Cask + url 'http://processing.googlecode.com/files/processing-2.0b8-macosx.zip' + homepage 'http://processing.org/' + version '2.0b8' + sha1 '1367fa8eb3f9692b8bbbfa1c4c3d6d437ee3a86d' + link :app, 'Processing.app' +end