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