mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
232 B
Ruby
7 lines
232 B
Ruby
class Processing < Cask
|
|
url 'https://processing.googlecode.com/files/processing-2.0.1-macosx.zip'
|
|
homepage 'http://processing.org/'
|
|
version '2.0.1'
|
|
sha1 'be5313dac0b85387ed0ee6e652fd26bbfb749a85'
|
|
link 'Processing.app'
|
|
end
|