mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
245 B
Ruby
7 lines
245 B
Ruby
class Processing < Cask
|
|
url 'http://download.processing.org/processing-2.2-macosx.zip'
|
|
homepage 'http://processing.org/'
|
|
version '2.2'
|
|
sha256 'a8322f367cb369f091befa41ac734de7e81aef78f33dc110529609c3d4f2f72f'
|
|
link 'Processing.app'
|
|
end
|