mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
237 B
Ruby
7 lines
237 B
Ruby
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
|