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.
10 lines
279 B
10 lines
279 B
cask :v1 => 'processing3' do
|
|
version '3.0a4'
|
|
sha256 '60f3c5d720587956833156ffc11ac762741e37cfe02355e92c5c0daed6bb2ed6'
|
|
|
|
url "http://download.processing.org/processing-#{version}-macosx.zip"
|
|
homepage 'http://processing.org/'
|
|
license :unknown
|
|
|
|
app 'Processing.app'
|
|
end
|
|
|