You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
257 B
9 lines
257 B
class Processing3 < Cask
|
|
version '3.0a3'
|
|
sha256 '74b2bd8e40bb2de6adc20e442b757f35f6c5ccf4c150e4c63fae4ea6a299ab3c'
|
|
|
|
url "http://download.processing.org/processing-#{version}-macosx.zip"
|
|
homepage 'http://processing.org/'
|
|
|
|
link 'Processing.app'
|
|
end
|
|
|